1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fix spelling error
Author: Angel Abad <angel@debian.org>
Origin: vendor
Forwared: yes
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=118403
Last-Updated: 2016-10-16
--- a/lib/Parse/PlainConfig.pm
+++ b/lib/Parse/PlainConfig.pm
@@ -1067,7 +1067,7 @@
$rv = $config->parse($text);
$rv = $config->parse(@lines);
-This will parse and set any parameters or protoypes found in the content. It
+This will parse and set any parameters or prototypes found in the content. It
will return false if any parsing errors are found (spurious text, etc.) but
will extract everything of intelligible value it can.
|