File: spelling-errors

package info (click to toggle)
libparse-plainconfig-perl 3.03-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 404 kB
  • ctags: 76
  • sloc: perl: 1,816; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (4)
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.