diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-09-10 21:36:23 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-09-10 21:36:23 -0700 |
commit | 153788f4f04ed70f0f980a785d0153a149624057 (patch) | |
tree | 71576ddbdd28ba08487c416d7948a142492d3ba8 | |
parent | c32e67495dfcb38d30e418e5a81665a52c924f8b (diff) | |
download | portage-153788f4f04ed70f0f980a785d0153a149624057.tar.gz portage-153788f4f04ed70f0f980a785d0153a149624057.tar.bz2 portage-153788f4f04ed70f0f980a785d0153a149624057.zip |
Fix typo in comment.
-rw-r--r-- | pym/portage/package/ebuild/_config/MaskManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/package/ebuild/_config/MaskManager.py b/pym/portage/package/ebuild/_config/MaskManager.py index 37261d07e..d8f06be6e 100644 --- a/pym/portage/package/ebuild/_config/MaskManager.py +++ b/pym/portage/package/ebuild/_config/MaskManager.py @@ -60,7 +60,7 @@ class MaskManager(object): allow_wildcard=True, remember_source_file=True) #Stack everything together. At this point, only user_pkgmasklines may contain -atoms. - #Don't warn for unmathed -atoms here, since we don't do it for any other user config file. + #Don't warn for unmatched -atoms here, since we don't do it for any other user config file. pkgmasklines = stack_lists([repo_pkgmasklines, profile_pkgmasklines, user_pkgmasklines], \ incremental=1, remember_source_file=True, warn_for_unmatched_removal=False) pkgunmasklines = stack_lists([repo_pkgunmasklines, profile_pkgunmasklines, user_pkgunmasklines], \ |