diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org> | 2010-05-02 14:35:10 +0200 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org> | 2010-05-02 14:35:10 +0200 |
commit | 31b5cf5c597d5dde55b27fe3ba8e5ed87088ad20 (patch) | |
tree | 3b0014ffa1aeeb083868e36fb1929bcf3119cfc4 | |
parent | 9d9429b205a91400d61bd32b2ea63f1b6f9ea765 (diff) | |
download | portage-31b5cf5c597d5dde55b27fe3ba8e5ed87088ad20.tar.gz portage-31b5cf5c597d5dde55b27fe3ba8e5ed87088ad20.tar.bz2 portage-31b5cf5c597d5dde55b27fe3ba8e5ed87088ad20.zip |
Fix another 'varable' typo.
-rwxr-xr-x | bin/filter-bash-environment.py | 2 |
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" + \ |