From 3c81f09f8a35c65542ddd71e115d06ea44f3478f Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Sat, 20 Jul 2013 07:32:46 -0400 Subject: [PATCH] typo fix --- lib/Term/ProgressBar.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Term/ProgressBar.pm b/lib/Term/ProgressBar.pm index f800aff..dcbc252 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. -- 2.39.2