From 5f503916f15bbbeaba67d9f1631b983abe144129 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Thu, 13 Feb 2014 16:45:07 -0500 Subject: [PATCH] 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 --- swift/cli/recon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: