diff --git a/swift/cli/recon.py b/swift/cli/recon.py index 4a5750ac0d..ba14489084 100755 --- a/swift/cli/recon.py +++ b/swift/cli/recon.py @@ -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: