File: spelling.patch

package info (click to toggle)
libsub-override-perl 0.08-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 104 kB
  • ctags: 10
  • sloc: perl: 185; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 612 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Ansgar Burchardt <ansgar@43-1.org>
Date: Thu, 01 Apr 2010 20:45:31 +0900
Subject: Fix spelling error in documentation
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=56203
--- libsub-override-perl.orig/lib/Sub/Override.pm
+++ libsub-override-perl/lib/Sub/Override.pm
@@ -143,7 +143,7 @@
    # do something
  }
 
-In the above example, not only have we probably mispelled the subroutine name,
+In the above example, not only have we probably misspelled the subroutine name,
 but even if their had been a subroutine with that name, we haven't overridden
 it.  These two bugs can be subtle to detect.