From 7aac6b6be6092ceb7f778534efd95c7f6a35a55c Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 11 Sep 2010 01:22:59 +0200 Subject: Fix typos in comments. --- pym/portage/package/ebuild/_config/MaskManager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/portage/package/ebuild/_config/MaskManager.py b/pym/portage/package/ebuild/_config/MaskManager.py index bf32e5be5..37261d07e 100644 --- a/pym/portage/package/ebuild/_config/MaskManager.py +++ b/pym/portage/package/ebuild/_config/MaskManager.py @@ -19,7 +19,7 @@ class MaskManager(object): repo_profiles, profiles = pmask_locations - #Read profile/package.mask form every repo. Stack them immediatly + #Read profile/package.mask form every repo. Stack them immediately #to make sure that -atoms don't effect other repos. repo_pkgmasklines = [] repo_pkgunmasklines = [] @@ -59,7 +59,7 @@ class MaskManager(object): os.path.join(abs_user_config, "package.unmask"), recursive=1, \ allow_wildcard=True, remember_source_file=True) - #Stack verything together. At this point, only user_pkgmasklines may contain -atoms. + #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. pkgmasklines = stack_lists([repo_pkgmasklines, profile_pkgmasklines, user_pkgmasklines], \ incremental=1, remember_source_file=True, warn_for_unmatched_removal=False) -- cgit v1.2.3-1-g7c22