Correct functional typos

This commit is contained in:
John Barker 2016-10-09 18:58:06 +01:00 committed by Matt Clay
commit bca8bbe7c2
7 changed files with 7 additions and 7 deletions

View file

@ -986,7 +986,7 @@ def ensure(module, state, pkgs, conf_file, enablerepo, disablerepo,
else:
# should be caught by AnsibleModule argument_spec
module.fail_json(msg="we should never get here unless this all"
" failed", changed=False, results='', errors='unepected state')
" failed", changed=False, results='', errors='unexpected state')
return res