summaryrefslogtreecommitdiffstats
path: root/progressbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'progressbar.py')
-rw-r--r--progressbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/progressbar.py b/progressbar.py
index e7916e2..d8b6c72 100644
--- a/progressbar.py
+++ b/progressbar.py
@@ -7,7 +7,7 @@ class Progress():
self.maxvalue = maxvalue
self.fd = fd
self.prog_char = '#'
- self.fill_cahr = ' '
+ self.fill_char = ' '
self.show_progress(0)