File: fix-spelling-error-in-manpage.patch

package info (click to toggle)
libtext-diff-perl 1.44-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 232 kB
  • ctags: 62
  • sloc: perl: 1,059; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 570 bytes parent folder | download
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>.