Fix a typo in a comment.
authorZac Medico <zmedico@gentoo.org>
Sun, 26 Sep 2010 00:51:07 +0000 (17:51 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 26 Sep 2010 00:51:07 +0000 (17:51 -0700)
pym/portage/util/__init__.py

index 8ba6b6c81c52d9cc85639c8fc868afd9505d9a64..0b0e0435e7777f34eb1cc5bee20a8d562b21b9e9 100644 (file)
@@ -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]!="\\"):