From 6ebfe413b05617db17ee3b20109a6c65f424dafe Mon Sep 17 00:00:00 2001 From: David Parrish Date: Thu, 23 May 2019 23:52:15 -0400 Subject: [PATCH] Spelling typo (#56878) Changed 'creatd' to 'created' --- lib/ansible/modules/cloud/lxd/lxd_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/lxd/lxd_container.py b/lib/ansible/modules/cloud/lxd/lxd_container.py index 8eb83a03500..c9fecb0afee 100644 --- a/lib/ansible/modules/cloud/lxd/lxd_container.py +++ b/lib/ansible/modules/cloud/lxd/lxd_container.py @@ -145,7 +145,7 @@ notes: - You can copy a file from the host to the container with the Ansible M(copy) and M(template) module and the `lxd` connection plugin. See the example below. - - You can copy a file in the creatd container to the localhost + - You can copy a file in the created container to the localhost with `command=lxc file pull container_name/dir/filename filename`. See the first example below. '''