From 6b1dff64d0958e80c9b63b1e971dd67d00aa8c1d Mon Sep 17 00:00:00 2001 From: Yuki Ueda Date: Mon, 6 Jan 2020 18:49:02 +0900 Subject: [PATCH] Fixed misc typo in netcup_dns module (#66201) Changed 'authentification' to 'authentication' --- lib/ansible/modules/net_tools/netcup_dns.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/net_tools/netcup_dns.py b/lib/ansible/modules/net_tools/netcup_dns.py index acecd0eccd3..6b44b55ed83 100644 --- a/lib/ansible/modules/net_tools/netcup_dns.py +++ b/lib/ansible/modules/net_tools/netcup_dns.py @@ -25,11 +25,11 @@ description: options: api_key: description: - - API key for authentification, must be obtained via the netcup CCP (U(https://ccp.netcup.net)) + - API key for authentication, must be obtained via the netcup CCP (U(https://ccp.netcup.net)) required: True api_password: description: - - API password for authentification, must be obtained via the netcup CCP (https://ccp.netcup.net) + - API password for authentication, must be obtained via the netcup CCP (https://ccp.netcup.net) required: True customer_id: description: