From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 6 Nov 2010 21:13:33 +0000 (+0100) Subject: Fix some typos. X-Git-Tag: v2.2.0_alpha5~38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a963877b620470d6ca61b1b0016699410089a575;p=portage.git Fix some typos. --- 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)