Fix typo in comment.
authorZac Medico <zmedico@gentoo.org>
Sat, 11 Sep 2010 04:36:23 +0000 (21:36 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 11 Sep 2010 04:36:23 +0000 (21:36 -0700)
pym/portage/package/ebuild/_config/MaskManager.py

index 37261d07eea361f1e57e0f34ef815338185add37..d8f06be6ead41b41484bd2da739a47b3483eb6e2 100644 (file)
@@ -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], \