File: spelling-error

package info (click to toggle)
libpegex-perl 0.63-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 980 kB
  • ctags: 428
  • sloc: perl: 4,489; makefile: 16
file content (16 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix spelling error
Author: Angel Abad <angel@debian.org>
Origin: vendor
Last-Updated: 2016-10-15

--- a/lib/Pegex/Input.pod
+++ b/lib/Pegex/Input.pod
@@ -20,7 +20,7 @@
 
 Pegex::Parser parses input. The input can be a string, a string reference, a
 file path, or an open file handle. Pegex::Input is an abstraction over any
-type of input. It provides a uniform inteface to the parser.
+type of input. It provides a uniform interface to the parser.
 
 =head1 USAGE