Fix some typos.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Mon, 6 Jun 2011 16:00:40 +0000 (18:00 +0200)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Mon, 6 Jun 2011 16:00:40 +0000 (18:00 +0200)
pym/_emerge/depgraph.py
pym/_emerge/unmerge.py
pym/portage/package/ebuild/getmaskingreason.py

index 64fe9c91704411de956921351a54ff9a2b2c1877..b9a394e5d75f5ae1af683e7621d1e2dd3ae89706 100644 (file)
@@ -4223,7 +4223,7 @@ class depgraph(object):
 
                if True:
                        # Pull in blockers from all installed packages that haven't already
-                       # been pulled into the depgraph, in order to ensure that the are
+                       # been pulled into the depgraph, in order to ensure that they are
                        # respected (bug 128809). Due to the performance penalty that is
                        # incurred by all the additional dep_check calls that are required,
                        # blockers returned from dep_check are cached on disk by the
index 9f348a361fb8b1698e9b59f1d02100e94746f229..38f3515d03041fa0fcb05b8c7f0f534ca306a9a3 100644 (file)
@@ -25,7 +25,7 @@ def _unmerge_display(root_config, myopts, unmerge_action,
        writemsg_level=portage.util.writemsg_level):
        """
        Returns a tuple of (returncode, pkgmap) where returncode is
-       os.EX_OK is no errors occur, and 1 otherwise.
+       os.EX_OK if no errors occur, and 1 otherwise.
        """
 
        quiet = "--quiet" in myopts
index c19066f6172a3cde31b605dc481a7518589cd7df..f027876d8a8c877bb9fc0c197c8f6a36c6a1b673 100644 (file)
@@ -17,7 +17,7 @@ from _emerge.Package import Package
 def getmaskingreason(mycpv, metadata=None, settings=None,
        portdb=None, return_location=False, myrepo=None):
        """
-       If specified, the myrepo argument is assumed it be valid. This
+       If specified, the myrepo argument is assumed to be valid. This
        should be a safe assumption since portdbapi methods always
        return valid repo names and valid "repository" metadata from
        aux_get.