From 687502c050604b26e4c5e85339a2d9294672fe1f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 30 Jun 2011 05:49:18 -0700 Subject: Fix a typo in a comment. --- pym/portage/util/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/util/__init__.py b/pym/portage/util/__init__.py index f877362cd..85b2adaf9 100644 --- a/pym/portage/util/__init__.py +++ b/pym/portage/util/__init__.py @@ -688,7 +688,7 @@ def varexpand(mystring, mydict=None): # behave like bash does when expanding a variable assignment # in a sourced file, in which case it performs backslash # removal for \\ and \$ but nothing more. Note that we don't - # handle escaped quotes here, since genconfig() uses shlex + # handle escaped quotes here, since getconfig() uses shlex # to handle that earlier. if (pos+1>=len(mystring)): newstring=newstring+mystring[pos] -- cgit v1.2.3-1-g7c22