From 72fbbbeb34e1a551893f6e1baea88245511c2009 Mon Sep 17 00:00:00 2001 From: Joseph Hobbs <43007348+JosephHobbs@users.noreply.github.com> Date: Wed, 29 Jan 2020 09:16:43 -0500 Subject: [PATCH] Typo correction (#66869) * Corrected typo in documentation * Corrected typo in the log statement --- lib/ansible/modules/windows/win_updates.ps1 | 2 +- lib/ansible/plugins/connection/winrm.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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