diff --git a/lib/Text/Diff.pm b/lib/Text/Diff.pm index 0f97750..da03840 100644 --- a/lib/Text/Diff.pm +++ b/lib/Text/Diff.pm @@ -431,7 +431,7 @@ following: require Text::Diff; -That's a pretty rare occurence, so C is exported by default. +That's a pretty rare occurrence, so C is exported by default. =head1 OPTIONS diff() takes two parameters from which to draw input and a set of diff --git a/lib/Text/Diff/Table.pm b/lib/Text/Diff/Table.pm index 8372377..17f2411 100644 --- a/lib/Text/Diff/Table.pm +++ b/lib/Text/Diff/Table.pm @@ -349,7 +349,7 @@ diffs: This format also goes to some pains to highlight "invisible" characters on differing elements by selectively escaping whitespace. Each element is split in to three segments (leading whitespace, body, trailing whitespace). If -whitespace differs in a segement, that segment is whitespace escaped. +whitespace differs in a segment, that segment is whitespace escaped. Here is an example of the selective whitespace. @@ -385,7 +385,7 @@ call; so far I'm choosing not to. =head1 UNICODE -To output the raw unicode chracters consult the documentation of +To output the raw unicode characters consult the documentation of L. You can set the C environment variable to 1 to output it from the command line. For more information, consult this bug: L .