s/no/not/ typo
authorJason Stubbs <jstubbs@gentoo.org>
Wed, 19 Oct 2005 13:15:22 +0000 (13:15 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Wed, 19 Oct 2005 13:15:22 +0000 (13:15 -0000)
svn path=/main/branches/2.0/; revision=2149

pym/portage.py

index ccee8e265725924019c0ac651ab6a83f71125af2..4e4aec9c44336062bdffe4d44fc722694cad0177 100644 (file)
@@ -34,7 +34,7 @@ except Exception, e:
        sys.stderr.write("\n\n")
        sys.stderr.write("!!! Failed to complete python imports. There are internal modules for\n")
        sys.stderr.write("!!! python and failure here indicates that you have a problem with python\n")
-       sys.stderr.write("!!! itself and thus portage is no able to continue processing.\n\n")
+       sys.stderr.write("!!! itself and thus portage is not able to continue processing.\n\n")
 
        sys.stderr.write("!!! You might consider starting python with verbose flags to see what has\n")
        sys.stderr.write("!!! gone wrong. Here is the information we got for this exception:\n")
@@ -45,7 +45,7 @@ except:
        sys.stderr.write("\n\n")
        sys.stderr.write("!!! Failed to complete python imports. There are internal modules for\n")
        sys.stderr.write("!!! python and failure here indicates that you have a problem with python\n")
-       sys.stderr.write("!!! itself and thus portage is no able to continue processing.\n\n")
+       sys.stderr.write("!!! itself and thus portage is not able to continue processing.\n\n")
 
        sys.stderr.write("!!! You might consider starting python with verbose flags to see what has\n")
        sys.stderr.write("!!! gone wrong. The exception was non-standard and we were unable to catch it.\n\n")