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
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ class SwiftRecon(object):
if self.server_type == 'object':
self.async_check(hosts)
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:
self.umount_check(hosts)
if options.replication: