File: 01_fix-spelling-error-in-manpage.patch

package info (click to toggle)
libfile-sharedir-perl 1.116-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: perl: 934; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 630 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@debian.org>
Last-Updated: 2017-07-23
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125907
Bug: https://rt.cpan.org/Ticket/Display.html?id=125907

--- a/lib/File/ShareDir.pm
+++ b/lib/File/ShareDir.pm
@@ -573,7 +573,7 @@ to use the development copy without need
 
   use Foo::Module;
 
-  # interal calls in Foo::Module to module_file('Foo::Module','bar') now resolves to
+  # internal calls in Foo::Module to module_file('Foo::Module','bar') now resolves to
   # the source trees share/ directory instead of something in @INC
 
 =head1 SUPPORT