diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-07-01 01:50:07 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-07-01 01:50:07 -0700 |
commit | b243747fff40fb061041db58c149bef4b89e6771 (patch) | |
tree | 9a220d1d0d055a9036f327e8918cbae0cae39177 | |
parent | 799c576de2afb31cea67cb2b186051bcdae29b1e (diff) | |
download | portage-b243747fff40fb061041db58c149bef4b89e6771.tar.gz portage-b243747fff40fb061041db58c149bef4b89e6771.tar.bz2 portage-b243747fff40fb061041db58c149bef4b89e6771.zip |
Fix a typo in a comment.
-rw-r--r-- | pym/portage/tests/util/test_varExpand.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |