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 28
|
Description: fix POD spelling errors
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=94408
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94408
Author: Jonathan Yu <jawnsy@cpan.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-04-03
--- a/lib/Scriptalicious.pod
+++ b/lib/Scriptalicious.pod
@@ -108,7 +108,7 @@
somescript: failed to open somefile; Permission denied
-Scriptalicious has no I<hard> dependancies; all the methods, save
+Scriptalicious has no I<hard> dependencies; all the methods, save
reading passwords from the user, will work in the absence of extra
installed modules on all versions of Perl from 5.6.0 onwards.
@@ -464,7 +464,7 @@
Note that the script goes to lengths to make sure that the information
is always printed whether or not Template Toolkit is installed. This
gets pretty verbose, but at least solves the "argh! that script
-failed, but I don't know why because it needed this huge dependancy to
+failed, but I don't know why because it needed this huge dependency to
tell me" problem.
For example, the above would be printed as:
|