Skip to content

Commit 8cff824

Browse files
committed
Fix typo.
1 parent e6ccfff commit 8cff824

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for Perl extension Text::WordDiff.
22

33
0.09
4+
- Fixed a typo, thanks to gregor herrmann of the Debian project.
45

56
0.08 2011-10-19T22:08:34Z
67
- Control and punctuation characters are now treated as standalone

lib/Text/WordDiff.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ into Text::CharDiff!).
270270
Now, I acknowledge that there are localization issues with this approach. In
271271
particular, it will fail with Chinese, Japanese, and Korean text, as these
272272
languages don't put non-word characters between words. Ideally, Test::WordDiff
273-
would then split on every charaters (since a single character often equals a
273+
would then split on every charater (since a single character often equals a
274274
word), but such is not the case when the C<utf8> flag is set on a string.
275275
For example, This simple script:
276276

0 commit comments

Comments
 (0)