Fix a typo in a comment.
authorZac Medico <zmedico@gentoo.org>
Fri, 1 Jul 2011 08:50:07 +0000 (01:50 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 1 Jul 2011 08:50:07 +0000 (01:50 -0700)
pym/portage/tests/util/test_varExpand.py

index 4af8f80c231de954b307e4c3d7eb70b2eae80c3d..7b528d6dbf32b52de2c81a5eaeb33e31d01403dc 100644 (file)
@@ -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.
                """