From 31b5cf5c597d5dde55b27fe3ba8e5ed87088ad20 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 2 May 2010 14:35:10 +0200 Subject: Fix another 'varable' typo. --- bin/filter-bash-environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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" + \ -- cgit v1.2.3-1-g7c22