File: spelling.patch

package info (click to toggle)
libtext-worddiff-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 184 kB
  • ctags: 70
  • sloc: perl: 562; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix a typo
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=92083
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=92083
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-01-12

--- a/lib/Text/WordDiff.pm
+++ b/lib/Text/WordDiff.pm
@@ -270,7 +270,7 @@
 Now, I acknowledge that there are localization issues with this approach. In
 particular, it will fail with Chinese, Japanese, and Korean text, as these
 languages don't put non-word characters between words. Ideally, Test::WordDiff
-would then split on every charaters (since a single character often equals a
+would then split on every characters (since a single character often equals a
 word), but such is not the case when the C<utf8> flag is set on a string.
 For example, This simple script: