Merge "small typo in cli/recon.py"

This commit is contained in:
Jenkins 2014-02-15 00:13:33 +00:00 committed by Gerrit Code Review
commit 4d4919ee7b

View File

@ -838,7 +838,7 @@ class SwiftRecon(object):
if self.server_type == 'object': if self.server_type == 'object':
self.async_check(hosts) self.async_check(hosts)
else: else:
print "Error: Can't check async's on non object servers." print "Error: Can't check asyncs on non object servers."
if options.unmounted: if options.unmounted:
self.umount_check(hosts) self.umount_check(hosts)
if options.replication: if options.replication: