From 44650d5e3aec29f0f5be0e08c4d5a08b6d7ce7e5 Mon Sep 17 00:00:00 2001 From: Yvan-Masson Date: Tue, 6 Feb 2018 23:10:19 +0100 Subject: [PATCH] Fix typo (#35810) --- lib/ansible/modules/windows/win_package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/windows/win_package.py b/lib/ansible/modules/windows/win_package.py index c6133b53d64..2c3af4fc713 100644 --- a/lib/ansible/modules/windows/win_package.py +++ b/lib/ansible/modules/windows/win_package.py @@ -142,7 +142,7 @@ notes: different structure but this module should support any format. - By default all msi installs and uninstalls will be run with the options C(/log, /qn, /norestart). -- It is recommended you download the pacakge first from the URL using the +- It is recommended you download the package first from the URL using the M(win_get_url) module as it opens up more flexibility with what must be set when calling C(win_package). - Packages will be temporarily downloaded or copied locally when path is a @@ -243,7 +243,7 @@ log: type: str sample: Installation completed successfully rc: - description: The return code of the pacakge process. + description: The return code of the package process. returned: change occured type: int sample: 0