Subject: | typos in pod |
Hi,
while packaging Term::Size::Perl for Debian, our qa tools called my
attention to a pod spelling issue, and I'd like to share the patch:
--- 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)>.
Florian