From 9fcaf538d23d2e9ac531775323a524bb9fe4f2f7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 25 Sep 2010 17:51:07 -0700 Subject: Fix a typo in a comment. --- pym/portage/util/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage/util/__init__.py') diff --git a/pym/portage/util/__init__.py b/pym/portage/util/__init__.py index 8ba6b6c81..0b0e0435e 100644 --- a/pym/portage/util/__init__.py +++ b/pym/portage/util/__init__.py @@ -663,7 +663,7 @@ def varexpand(mystring, mydict=None): elif a!='\n': # Remove backslash only, as bash does. This takes care # of \\. Note that we don't handle quotes here since - # quote remoal is handled by shlex. + # quote removal is handled by shlex. newstring=newstring+mystring[pos-1:pos] continue elif (mystring[pos]=="$") and (mystring[pos-1]!="\\"): -- cgit v1.2.3-1-g7c22