Commit d680d201 authored by Jeremy Hylton's avatar Jeremy Hylton

Fix typo reported by Ben Kummer and Robin Breathe.

parent 97357213
......@@ -214,7 +214,7 @@ def main():
elif opt == '-P':
pack = time.time() - float(v)
recover(inp, outp, verobse, partial, force, pack)
recover(inp, outp, verbose, partial, force, pack)
def recover(inp, outp, verbose=0, partial=0, force=0, pack=0):
print 'Recovering', inp, 'into', outp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment