From f61e4b492eed6b894d435d265d0e966c8e9878f2 Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Fri, 21 Jun 2013 09:50:37 -0300 Subject: [PATCH 1/2] typo fix --- lib/Text/Diff.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 863e43421e7e9cf25cc1ae57dbdb6811bcb14bed Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Fri, 21 Jun 2013 09:52:15 -0300 Subject: [PATCH 2/2] typo fixes --- lib/Text/Diff/Table.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .