spelling of Extraneous (#20116)

This commit is contained in:
Andrew Spiers 2017-01-11 23:18:06 +11:00 committed by John R Barker
parent 5a1395a486
commit 0a0013e1eb

View file

@ -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)