From a963877b620470d6ca61b1b0016699410089a575 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 6 Nov 2010 22:13:33 +0100 Subject: Fix some typos. --- pym/portage/package/ebuild/_config/MaskManager.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pym') diff --git a/pym/portage/package/ebuild/_config/MaskManager.py b/pym/portage/package/ebuild/_config/MaskManager.py index c68a7a421..ff2fede39 100644 --- a/pym/portage/package/ebuild/_config/MaskManager.py +++ b/pym/portage/package/ebuild/_config/MaskManager.py @@ -17,7 +17,7 @@ class MaskManager(object): self._punmaskdict = ExtendedAtomDict(list) self._pmaskdict = ExtendedAtomDict(list) - #Read profile/package.mask form every repo. + #Read profile/package.mask from every repo. #Repositories inherit masks from their parent profiles and #are able to remove mask from them with -atoms. #Such a removal affects only the current repo, but not the parent. @@ -50,7 +50,7 @@ class MaskManager(object): strict_warn_for_unmatched_removal=strict_umatched_removal) repo_pkgmasklines.extend(append_repo(lines, repo.name, remember_source_file=True)) - #Read package.mask form the user's profile. Stack them in the end + #Read package.mask from the user's profile. Stack them in the end #to allow profiles to override masks from their parent profiles. profile_pkgmasklines = [] profile_pkgunmasklines = [] @@ -106,7 +106,7 @@ class MaskManager(object): @param slot: The package's slot @type slot: String @rtype: String - @return: An matching atom string or None if one is not found. + @return: A matching atom string or None if one is not found. """ cp = cpv_getkey(cpv) -- cgit v1.2.3-1-g7c22