From 45f2a6734dc19e0cecd265b152ebce9509002eba Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Tue, 11 Nov 2014 12:16:00 -0500 Subject: [PATCH] Fix typo: `authenicate` -> `authenticate` --- lib/ansible/modules/extras/network/dnsimple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/network/dnsimple.py b/lib/ansible/modules/extras/network/dnsimple.py index 19b167dee1..363a2ca24c 100755 --- a/lib/ansible/modules/extras/network/dnsimple.py +++ b/lib/ansible/modules/extras/network/dnsimple.py @@ -97,7 +97,7 @@ author: Alex Coomans ''' EXAMPLES = ''' -# authenicate using email and API token +# authenticate using email and API token - local_action: dnsimple account_email=test@example.com account_api_token=dummyapitoken # fetch all domains