small typo in cli/recon.py

Change "Can't check for async's on non object servers." to "Can't check
asyncs on non object servers."

Change-Id: I04f09187da73bb3709d11d8c6f3bb1901005a0cc
This commit is contained in:
Luis de Bethencourt 2014-02-13 16:45:07 -05:00
parent 5709e9532c
commit 5f503916f1

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: