From 3bb9f689e954f86e1245c97cf16914b5316de5b5 Mon Sep 17 00:00:00 2001 From: Xyon Date: Tue, 24 Jul 2018 17:40:48 +0100 Subject: [PATCH] Fix spelling; summery -> summary (#43213) Fix the incorrect spelling of "summary". --- lib/ansible/modules/windows/win_uri.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_uri.py b/lib/ansible/modules/windows/win_uri.py index 36042bf29b..f72098956d 100644 --- a/lib/ansible/modules/windows/win_uri.py +++ b/lib/ansible/modules/windows/win_uri.py @@ -196,7 +196,7 @@ status_code: type: int sample: 200 status_description: - description: A summery of the status. + description: A summary of the status. returned: success type: string sample: OK