From 972f125b6c890a5b97b8b11d20ea4e425c9904b4 Mon Sep 17 00:00:00 2001 From: Anael Beutot Date: Mon, 3 Dec 2012 18:42:56 +0100 Subject: [PATCH] Typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Luttringer --- cccli/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cccli/command.py b/cccli/command.py index 1f43801..98fc57f 100644 --- a/cccli/command.py +++ b/cccli/command.py @@ -414,7 +414,7 @@ class TqlCommand(RemoteCommand): raise cmdWarning("User aborted") # bobby doing many things, he needs to be really sure! if len(objs["objects"]) > 5: - self.printer.out("%sYou will act on more than 5 objets!%s"%(color["uyellow"], color["reset"])) + self.printer.out("%sYou will act on more than 5 objects!%s"%(color["uyellow"], color["reset"])) if self.printer.ask("%sAre you really sure?%s (Yes Mistress): " %(color["lred"], color["reset"])) != "Yes Mistress": raise cmdWarning("User aborted") -- GitLab