diff --git a/lib/ansible/modules/windows/win_updates.ps1 b/lib/ansible/modules/windows/win_updates.ps1 index 5961bf33793..b8ef807a37a 100644 --- a/lib/ansible/modules/windows/win_updates.ps1 +++ b/lib/ansible/modules/windows/win_updates.ps1 @@ -584,7 +584,7 @@ if ($wua_available) { Write-DebugLog -msg "WUA is available in current logon process, running natively" $result = Start-Natively -common_functions $common_functions -script $update_script_block } else { - Write-DebugLog -msg "WUA is not avialable in current logon process, running with scheduled task" + Write-DebugLog -msg "WUA is not available in current logon process, running with scheduled task" $result = Start-AsScheduledTask -common_functions $common_functions -script $update_script_block } diff --git a/lib/ansible/plugins/connection/winrm.py b/lib/ansible/plugins/connection/winrm.py index 8316c5955f6..5f9b9482d13 100644 --- a/lib/ansible/plugins/connection/winrm.py +++ b/lib/ansible/plugins/connection/winrm.py @@ -73,7 +73,7 @@ DOCUMENTATION = """ description: - List of winrm transports to attempt to to use (ssl, plaintext, kerberos, etc) - If None (the default) the plugin will try to automatically guess the correct list - - The choices avialable depend on your version of pywinrm + - The choices available depend on your version of pywinrm type: list vars: - name: ansible_winrm_transport