1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fix spelling error in manpage
Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Last-Updated: 2016-02-29
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112564
Bug: https://rt.cpan.org/Ticket/Display.html?id=112564
--- a/lib/Text/Diff.pm
+++ b/lib/Text/Diff.pm
@@ -433,7 +433,7 @@ following:
require Text::Diff;
-That's a pretty rare occurence, so C<diff()> is exported by default.
+That's a pretty rare occurrence, so C<diff()> is exported by default.
If you pass a filename, but the file can't be read,
then C<diff()> will C<croak>.
|