1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix typo in POD
Author: Lucas Kanashiro <kanashiro@debian.org>
Last-Updated: 2017-06-23
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122196
Bug: https://rt.cpan.org/Ticket/Display.html?id=122196
--- a/lib/Time/Progress.pm
+++ b/lib/Time/Progress.pm
@@ -390,7 +390,7 @@ progress bar which looks like:
=back
-Parameters can be ommited and then default format set with B<attr> will
+Parameters can be omitted and then default format set with B<attr> will
be used.
Sequences 'L', 'l', 'E' and 'e' can have width also:
|