From c809560385a3e5dc23cf421428f4bbe8453d408e Mon Sep 17 00:00:00 2001
From: John Imison <857198+Im0@users.noreply.github.com>
Date: Fri, 19 Oct 2018 07:19:45 +1100
Subject: [PATCH] Minor documentation fix. (#47276)

---
 lib/ansible/modules/notification/cisco_spark.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ansible/modules/notification/cisco_spark.py b/lib/ansible/modules/notification/cisco_spark.py
index 6053b141c91..3365178ae43 100644
--- a/lib/ansible/modules/notification/cisco_spark.py
+++ b/lib/ansible/modules/notification/cisco_spark.py
@@ -100,7 +100,7 @@ RETURN = """
 status_code:
   description:
     - The Response Code returned by the Spark API.
-    - Full Responsde Code explanations can be found at U(https://developer.ciscospark.com/endpoint-messages-post.html).
+    - Full Response Code explanations can be found at U(https://developer.ciscospark.com/endpoint-messages-post.html).
   returned: always
   type: int
   sample: 200
@@ -108,7 +108,7 @@ status_code:
 message:
     description:
       - The Response Message returned by the Spark API.
-      - Full Responsde Code explanations can be found at U(https://developer.ciscospark.com/endpoint-messages-post.html.
+      - Full Response Code explanations can be found at U(https://developer.ciscospark.com/endpoint-messages-post.html).
     returned: always
     type: string
     sample: OK (585 bytes)