From cbc513e74893e1f224b553bd9c68505e7f7bd883 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 12 Dec 2019 21:07:14 +1100 Subject: [PATCH] Fix simple typo: workind -> working (#65758) Closes #65757 --- lib/ansible/plugins/shell/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/shell/__init__.py b/lib/ansible/plugins/shell/__init__.py index 12fd12ca051..a81c3301282 100644 --- a/lib/ansible/plugins/shell/__init__.py +++ b/lib/ansible/plugins/shell/__init__.py @@ -170,7 +170,7 @@ class ShellBase(AnsiblePlugin): http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap03.html#tag_03_426 http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap03.html#tag_03_276 - Falls back to 'current workind directory' as we assume 'home is where the remote user ends up' + Falls back to 'current working directory' as we assume 'home is where the remote user ends up' ''' # Check that the user_path to expand is safe