File: fix_spelling.patch

package info (click to toggle)
libterm-size-perl-perl 0.029-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 53
  • sloc: perl: 150; makefile: 10
file content (24 lines) | stat: -rw-r--r-- 816 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
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=74219

--- a/Perl.pm
+++ b/Perl.pm
@@ -38,7 +38,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>
@@ -48,7 +48,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)>.