mercurial/ui.py
changeset 26781 1aee2ab0f902
parent 26750 9f9ec4abe700
child 26820 71d5238f92e9
--- a/mercurial/ui.py	Wed Oct 14 03:30:27 2015 -0400
+++ b/mercurial/ui.py	Sat Oct 17 00:58:46 2015 +0200
@@ -931,7 +931,7 @@
 
     def _progclear(self):
         """clear progress bar output if any. use it before any output"""
-        if '_progbar' not in vars(self): # nothing loadef yet
+        if '_progbar' not in vars(self): # nothing loaded yet
             return
         if self._progbar is not None and self._progbar.printed:
             self._progbar.clear()