]> git.donarmstrong.com Git - term-progressbar.git/blobdiff - lib/Term/ProgressBar.pm
typo fix
[term-progressbar.git] / 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.