Fix some typos.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Fri, 27 Aug 2010 22:08:51 +0000 (00:08 +0200)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Fri, 27 Aug 2010 22:08:51 +0000 (00:08 +0200)
pym/portage/dbapi/porttree.py
pym/portage/package/ebuild/config.py
pym/portage/package/ebuild/doebuild.py

index ea27883dd69830aa4a47ac7f20fde05777d50079..1780b43395bae9dbc6412d6aaf3daf336f526e50 100644 (file)
@@ -1059,7 +1059,7 @@ class portagetree(object):
                """
                Constructor for a PortageTree
                
-               @param root: deprectated, defaults to settings['ROOT']
+               @param root: deprecated, defaults to settings['ROOT']
                @type root: String/Path
                @param virtual: UNUSED
                @type virtual: No Idea
index 72a7b65e742363e40183d35314584a54f6603d1c..892c2a33d1570d39c1005d4e28c7b6063088a51e 100644 (file)
@@ -261,7 +261,7 @@ class config(object):
                        #Strictly speaking _license_manager is not immutable. Users need to ensure that
                        #extract_global_changes() is called right after __init__ (if at all).
                        #It also has the mutable member _undef_lic_groups. It is used to track
-                       #undifiend license groups, to not display an error message for the same
+                       #undefined license groups, to not display an error message for the same
                        #group again and again. Because of this, it's useful to share it between
                        #all LicenseManager instances.
                        self._license_manager = clone._license_manager
index fa8d8b1390f4a0eceb54d34ecce023bb7add0773..71b55be2998c25b93bef2edcd23535bd076fc515 100644 (file)
@@ -165,7 +165,7 @@ def doebuild_environment(myebuild, mydo, myroot=None, settings=None,
                        mysettings.setcpv(mycpv, mydb=mydbapi)
 
        # config.reset() might have reverted a change made by the caller,
-       # so restore it to it's original value. Sandbox needs cannonical
+       # so restore it to its original value. Sandbox needs canonical
        # paths, so realpath it.
        mysettings["PORTAGE_TMPDIR"] = os.path.realpath(tmpdir)