diff --git a/cccli/command.py b/cccli/command.py index 1f43801484aa797f26482ab5d195a2b455415705..98fc57f186cadd58b32cee14430a2e2887e78e0a 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")