spelling of Extraneous (#20116)

pull/20132/head
Andrew Spiers 8 years ago committed by John R Barker
parent 5a1395a486
commit 0a0013e1eb

@ -77,7 +77,7 @@ class AdHocCLI(CLI):
if len(self.args) < 1:
raise AnsibleOptionsError("Missing target hosts")
elif len(self.args) > 1:
raise AnsibleOptionsError("Extranous options or arguments")
raise AnsibleOptionsError("Extraneous options or arguments")
display.verbosity = self.options.verbosity
self.validate_conflicts(runas_opts=True, vault_opts=True, fork_opts=True)

Loading…
Cancel
Save