File: fix_pod_spelling.patch

package info (click to toggle)
libterm-size-any-perl 0.001-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 112 kB
  • ctags: 3
  • sloc: perl: 24; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 863 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: fix pod spelling issues
Author: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74220

--- a/lib/Term/Size/Any.pod
+++ b/lib/Term/Size/Any.pod
@@ -64,7 +64,7 @@
 
 C<chars> returns the terminal size in units of characters
 corresponding to the given filehandle C<$h>.
-If the argument is ommitted, C<*STDIN{IO}> is used.
+If the argument is omitted, C<*STDIN{IO}> is used.
 In scalar context, it returns the terminal width.
 
 =item B<pixels>
@@ -74,7 +74,7 @@
 
 C<pixels> returns the terminal size in units of pixels
 corresponding to the given filehandle C<$h>.
-If the argument is ommitted, C<*STDIN{IO}> is used.
+If the argument is omitted, C<*STDIN{IO}> is used.
 In scalar context, it returns the terminal width.
 
 Many systems with character-only terminals will return C<(0, 0)>.