Fix another 'varable' typo.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sun, 2 May 2010 12:35:10 +0000 (14:35 +0200)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sun, 2 May 2010 12:35:10 +0000 (14:35 +0200)
bin/filter-bash-environment.py

index 53f395eadafff349eaba288122fabdd62abf2981..5038c0789153d38ca9deccfa159157d096ee29eb 100755 (executable)
@@ -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" + \