From da8c9b56a9014c8571f1d055ce3bf1b10e22b778 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Fri, 19 Feb 2016 02:09:51 +0100 Subject: [PATCH] Fix typo --- network/snmp_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/snmp_facts.py b/network/snmp_facts.py index f89b98b1db3..28546dfc71d 100644 --- a/network/snmp_facts.py +++ b/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.