From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 2 May 2010 12:35:10 +0000 (+0200) Subject: Fix another 'varable' typo. X-Git-Tag: v2.2_rc68~618^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31b5cf5c597d5dde55b27fe3ba8e5ed87088ad20;p=portage.git Fix another 'varable' typo. --- 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" + \