summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lund <josh@joshlund.com>2013-11-21 16:22:20 -0700
committerJoshua Lund <josh@joshlund.com>2013-11-21 16:22:20 -0700
commit02adc1fdcff80abc6f7568ca82b80c2a9d5c8abb (patch)
tree6a4042e02c7644275c3266950896c05f86d4bce4
parent607680c2212047c19b5c76a5d97973cc54b4c457 (diff)
downloadansible-02adc1fdcff80abc6f7568ca82b80c2a9d5c8abb.tar.gz
Fixed a typo in the 'unarchive' module documentation
-rw-r--r--library/files/unarchive4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/files/unarchive b/library/files/unarchive
index 7a6fb9a013..cd604c6867 100644
--- a/library/files/unarchive
+++ b/library/files/unarchive
@@ -48,9 +48,9 @@ notes:
- uses tar's --diff arg to calculate if changed or not. If this arg is not
supported, it will always unpack the archive
- does not detect if a .zip file is different from destination - always unzips
- - existing files/directories in the destination which are not in the archvie
+ - existing files/directories in the destination which are not in the archive
are not touched. This is the same behavior as a normal archive extraction
- - existing files/directories in the destination which are not in the archvie
+ - existing files/directories in the destination which are not in the archive
are ignored for purposes of deciding if the archive should be unpacked or not
'''