From: Gabor Szabo Date: Sun, 21 Jul 2013 10:33:57 +0000 (-0700) Subject: Merge pull request #3 from dsteinbrunner/patch-1 X-Git-Url: https://git.donarmstrong.com/?p=term-progressbar.git;a=commitdiff_plain;h=7bf705dc021f3d89cb56754c5a270004e3d2d08b;hp=8f68d2dedca4a1090405888d6045f1436e31dab1 Merge pull request #3 from dsteinbrunner/patch-1 typo fix --- diff --git a/lib/Term/ProgressBar.pm b/lib/Term/ProgressBar.pm index fb52eef..3ef4e55 100644 --- a/lib/Term/ProgressBar.pm +++ b/lib/Term/ProgressBar.pm @@ -32,7 +32,7 @@ A typical use sets up the progress bar with a number of items to do, and then calls L 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.