]> git.donarmstrong.com Git - term-progressbar.git/blobdiff - lib/Term/ProgressBar.pm
Merge pull request #3 from dsteinbrunner/patch-1
[term-progressbar.git] / lib / Term / ProgressBar.pm
index fb52eef56247a7f893822330e3ad80cf9ed7c42e..3ef4e558e7a408452d21ee29cbc3562c92b73f3f 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.