Description: fix typo in manpage
Bug:
https://rt.cpan.org/Ticket/Display.html?id=117260
Forwarded:
https://rt.cpan.org/Ticket/Display.html?id=117260
Author: Lucas Kanashiro <kanashiro@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-10-31
--- a/lib/Paranoid/IO.pm
+++ b/lib/Paranoid/IO.pm
@@ -848,7 +848,7 @@
This module provides a replacement for Perl's internal L<sysopen>, which
should be used even where read/write file access is necessary. One key
benefit for doing so is that it provides internal file handle caching based on
-the file name. All the addtional functions provided by this module use it
+the file name. All the additional functions provided by this module use it
internally to retrieve that cached file handle to avoid the overhead of
repetitive opening and closing of files.
--- a/lib/Paranoid/Filesystem.pm
+++ b/lib/Paranoid/Filesystem.pm
@@ -1114,7 +1114,7 @@
$rv = prmR("/foo", 1, %errors);
This function works the same as B<prm> but performs a recursive delete,
-similar to "rm -r" on the command line. An optional second argument determins
+similar to "rm -r" on the command line. An optional second argument determines
if symbolic links are followed and the targets also recursively deleted.
=head2 preadDir