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 4af8f80..7b528d6 100644
--- a/pym/portage/tests/util/test_varExpand.py
+++ b/pym/portage/tests/util/test_varExpand.py
@@ -27,7 +27,7 @@
 		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.
 		"""