Typo correction (#66869)

* Corrected typo in documentation
* Corrected typo in the log statement
This commit is contained in:
Joseph Hobbs 2020-01-29 09:16:43 -05:00 committed by GitHub
parent 308723c3ca
commit 72fbbbeb34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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
}

View file

@ -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