aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-03-18 18:39:16 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-03-18 18:39:16 +0200
commit14cf852830533900c42031eef6d95f318e82adc8 (patch)
tree5eab8b6f38ee1c55117fa101d854f4cf1b3937d2 /scripts
parentcc5b28416be6d6954e922cd0be1a333c0a2700b5 (diff)
Typo fix in usage.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make-sanitized-tree-copy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-sanitized-tree-copy.py b/scripts/make-sanitized-tree-copy.py
index af45ee9..4919b83 100755
--- a/scripts/make-sanitized-tree-copy.py
+++ b/scripts/make-sanitized-tree-copy.py
@@ -90,7 +90,7 @@ if __name__ == '__main__':
'make-sanitized-tree-copy',
description=(
"Makes a copy of a directory tree in a temporary location "
- "and sanitize file that can contain potentially restricted "
+ "and sanitize files that can contain potentially restricted "
"content. "
"Returns the path of a newly created temporary directory."))
script.run()