From 9199f56d807adfd12427e4939f1ad09c71f771a1 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Fri, 19 Feb 2016 02:09:51 +0100 Subject: [PATCH] Fix typo --- lib/ansible/modules/extras/network/snmp_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/network/snmp_facts.py b/lib/ansible/modules/extras/network/snmp_facts.py index f89b98b1db..28546dfc71 100644 --- a/lib/ansible/modules/extras/network/snmp_facts.py +++ b/lib/ansible/modules/extras/network/snmp_facts.py @@ -21,7 +21,7 @@ DOCUMENTATION = ''' module: snmp_facts version_added: "1.9" author: "Patrick Ogenstad (@ogenstad)" -short_description: Retrive facts for a device using SNMP. +short_description: Retrieve facts for a device using SNMP. description: - Retrieve facts for a device using SNMP, the facts will be inserted to the ansible_facts key.