diff --git a/lib/ansible/modules/packaging/os/package_facts.py b/lib/ansible/modules/packaging/os/package_facts.py index 9f541aefe59..1c7fbb3192a 100644 --- a/lib/ansible/modules/packaging/os/package_facts.py +++ b/lib/ansible/modules/packaging/os/package_facts.py @@ -29,7 +29,7 @@ options: strategy: description: - This option controls how the module queres the package managers on the system. - C(first) means it will return only informatino for the first supported package manager available. + C(first) means it will return only information for the first supported package manager available. C(all) will return information for all supported and available package managers on the system. choices: ['first', 'all'] default: 'first'