File: spelling.patch

package info (click to toggle)
libmodule-reader-perl 0.003002-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 75
  • sloc: perl: 280; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 682 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: spelling fixes
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-12-27
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=119489
Bug: https://rt.cpan.org/Ticket/Display.html?id=119489

--- a/lib/Module/Reader.pm
+++ b/lib/Module/Reader.pm
@@ -421,7 +421,7 @@
 
 =head3 filename
 
-The filename that was seached for.
+The filename that was searched for.
 
 =head3 module
 
@@ -532,7 +532,7 @@
 
 =item L<Module::Locate>
 
-Innacurately searches C<@INC> for matching files.  Attempts to handle hooks, but
+Inaccurately searches C<@INC> for matching files.  Attempts to handle hooks, but
 handles most cases wrong.
 
 =item L<Module::Mapper>