# HG changeset patch # User timeless # Date 2010-02-13 22:46:13 # Node ID b4fd900569b1441c511ed1bffbb56b9ba1a04827 # Parent 7c8266c1d15a6a5cb0dd1983ccb538c26efb8667 progress: fix description diff --git a/hgext/progress.py b/hgext/progress.py --- a/hgext/progress.py +++ b/hgext/progress.py @@ -18,8 +18,8 @@ """show progress bars for some actions -This extension uses the progress information commands can log with hg -to draw progres bars that are as informative as possible. Some progress +This extension uses the progress information logged by hg commands +to draw progress bars that are as informative as possible. Some progress bars only offer indeterminate information, while others have a definite end point.