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:
|