From: Zac Medico Date: Fri, 1 Jul 2011 08:50:07 +0000 (-0700) Subject: Fix a typo in a comment. X-Git-Tag: v2.2.0_alpha43~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b243747fff40fb061041db58c149bef4b89e6771;p=portage.git Fix a typo in a comment. --- diff --git a/pym/portage/tests/util/test_varExpand.py b/pym/portage/tests/util/test_varExpand.py index 4af8f80c2..7b528d6db 100644 --- a/pym/portage/tests/util/test_varExpand.py +++ b/pym/portage/tests/util/test_varExpand.py @@ -27,7 +27,7 @@ class VarExpandTestCase(TestCase): assignment in a sourced file, in which case it performs backslash removal for \\ and \$ but nothing more. It also removes escaped newline characters. 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. """