aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-05-02 14:35:10 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-05-02 14:35:10 +0200
commit31b5cf5c597d5dde55b27fe3ba8e5ed87088ad20 (patch)
tree3b0014ffa1aeeb083868e36fb1929bcf3119cfc4 /bin/filter-bash-environment.py
parentBug #317921 - Fix spelling of "variable". (diff)
downloadportage-31b5cf5c597d5dde55b27fe3ba8e5ed87088ad20.tar.gz
portage-31b5cf5c597d5dde55b27fe3ba8e5ed87088ad20.tar.bz2
portage-31b5cf5c597d5dde55b27fe3ba8e5ed87088ad20.zip
Fix another 'varable' typo.
Diffstat (limited to 'bin/filter-bash-environment.py')
-rwxr-xr-xbin/filter-bash-environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/filter-bash-environment.py b/bin/filter-bash-environment.py
index 53f395ead..5038c0789 100755
--- a/bin/filter-bash-environment.py
+++ b/bin/filter-bash-environment.py
@@ -116,7 +116,7 @@ def filter_bash_environment(pattern, file_in, file_out):
file_out.write(line)
if __name__ == "__main__":
- description = "Filter out variable assignments for varable " + \
+ description = "Filter out variable assignments for variable " + \
"names matching a given PATTERN " + \
"while leaving bash function definitions and here-documents " + \
"intact. The PATTERN is a space separated list of variable names" + \