summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJohn Barker <john@johnrbarker.com>2016-10-09 18:58:06 +0100
committerBrian Coca <bcoca@users.noreply.github.com>2016-10-11 06:16:02 -0700
commit275fa3f055aacf2286eed54c13bde17db5082035 (patch)
treec64c5526d2ea5eeb5283a26f52135c04839f7e85 /packaging
parente6c039872f553c6cca9e6fc77716f2dda3670215 (diff)
downloadansible-modules-core-275fa3f055aacf2286eed54c13bde17db5082035.tar.gz
Correct functional typos
Diffstat (limited to 'packaging')
-rw-r--r--packaging/os/yum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/os/yum.py b/packaging/os/yum.py
index 45bfd2d5..6a9de912 100644
--- a/packaging/os/yum.py
+++ b/packaging/os/yum.py
@@ -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