]> git.donarmstrong.com Git - term-progressbar.git/commitdiff
typo fix
authorDavid Steinbrunner <dsteinbrunner@pobox.com>
Sat, 20 Jul 2013 11:32:46 +0000 (07:32 -0400)
committerDavid Steinbrunner <dsteinbrunner@pobox.com>
Sat, 20 Jul 2013 11:32:46 +0000 (07:32 -0400)
lib/Term/ProgressBar.pm

index f800aff1ef0b8b0b597e17c3a246a46092fa099d..dcbc252860863d9b4ad8c1b0a6c1cab259ac9cf8 100644 (file)
@@ -32,7 +32,7 @@ A typical use sets up the progress bar with a number of items to do, and then
 calls L<update|"update"> to update the bar whenever an item is processed.
 
 Often, this would involve updating the progress bar many times with no
-user-visible change.  To avoid uneccessary work, the update method returns a
+user-visible change.  To avoid unnecessary work, the update method returns a
 value, being the update value at which the user will next see a change.  By
 only calling update when the current value exceeds the next update value, the
 call overhead is reduced.