Fix misc typos in comments. (trunk r13168)
authorZac Medico <zmedico@gentoo.org>
Mon, 23 Mar 2009 05:27:59 +0000 (05:27 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 23 Mar 2009 05:27:59 +0000 (05:27 -0000)
svn path=/main/branches/2.1.6/; revision=13169

pym/portage/__init__.py
pym/portage/cache/sqlite.py

index e0de0b816dee187019b0d7e593224fb40cdadfde..3e28b62b3ed228018321a2d773699fa191a3e12d 100644 (file)
@@ -5517,7 +5517,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
                for example.
        @type fd_pipes: Dictionary
        @param returnpid: Return a list of process IDs for a successful spawn, or
-               in integer value if spawn is unsuccessful. NOTE: This requires the
+               an integer value if spawn is unsuccessful. NOTE: This requires the
                caller clean up all returned PIDs.
        @type returnpid: Boolean
        @rtype: Boolean
index 6588b3cc748b02c91b66e2f107e32d9bd4321c9b..8d94d6a7cfbfb5603e1a43166586cd99d1d12b5a 100644 (file)
@@ -165,7 +165,7 @@ class database(fs_template.FsBased):
                                d[k] = result[0][column_index]
 
                # As a temporary workaround for bug #263081, convert unicode strings
-               # to raw byte strings. This helps to potential unicode errors that can
+               # to raw byte strings. This avoids potential unicode errors that can
                # be triggered elsewhere when attempting to join unicode strings with
                # raw byte strings. TODO: Convert all string handling code to use
                # unicode strings instead of raw byte strings (required for py3k