File: spelling-error-in-manpage.patch

package info (click to toggle)
libsys-mmap-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 152 kB
  • sloc: perl: 169; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Spelling error in manpage
Origin: vendor
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2017-11-12
Forwarded: https://github.com/toddr/Sys-Mmap/pull/9
Bug: https://github.com/toddr/Sys-Mmap/pull/9

--- a/Mmap.pm
+++ b/Mmap.pm
@@ -156,7 +156,7 @@ There should be a tied interface to C<ha
 
 Scott Walter's spelling is awful.
 
-C<hardwire()> will segfault Perl if the C<mmap()> area it was refering to is
+C<hardwire()> will segfault Perl if the C<mmap()> area it was referring to is
 C<munmap()>'d out from under it.
 
 C<munmap()> will segfault Perl if the variable was not successfully C<mmap()>'d