From 2b423a38297194582296a451e38b885c399e9b8d Mon Sep 17 00:00:00 2001 From: Twenix83 <49232897+Twenix83@users.noreply.github.com> Date: Wed, 3 Apr 2019 23:22:45 +0200 Subject: [PATCH] Corrected spelling mistake (#54775) Corrected spelling mistake --- lib/ansible/modules/windows/win_dsc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_dsc.py b/lib/ansible/modules/windows/win_dsc.py index ea5469096c4..4d72e64e209 100644 --- a/lib/ansible/modules/windows/win_dsc.py +++ b/lib/ansible/modules/windows/win_dsc.py @@ -98,7 +98,7 @@ EXAMPLES = r''' ValueName: TestValue ValueData: TestData PsDscRunAsCredential_username: '{{ansible_user}}' - PsDscRunAsCredentual_password: '{{ansible_password}}' + PsDscRunAsCredential_password: '{{ansible_password}}' no_log: true - name: Create file with multiple attributes