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
|