summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
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