From 80433c2a2d0555bf3b9eeb47d11cf44031cb8b88 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell Date: Mon, 26 Oct 2015 17:01:30 -0400 Subject: [PATCH] Fxing typo --- lib/ansible/plugins/connection/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/connection/__init__.py b/lib/ansible/plugins/connection/__init__.py index 4618a30bc44..4943aeccbf1 100644 --- a/lib/ansible/plugins/connection/__init__.py +++ b/lib/ansible/plugins/connection/__init__.py @@ -177,7 +177,7 @@ class ConnectionBase(with_metaclass(ABCMeta, object)): Setting this up is performed by the action plugin prior to running ``exec_command``. So we just get passed :param:`cmd` which has the BecomeCommand already added. (Examples: sudo, su) - :Command: Is the command we're actualy trying to run remotely. + :Command: Is the command we're actually trying to run remotely. (Examples: mkdir -p $HOME/.ansible, python $HOME/.ansible/tmp-script-file) """ pass