summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-10-19 13:15:22 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-10-19 13:15:22 +0000
commit0489e45d5c93dd5190b6314415351582e3779898 (patch)
tree9879a43ad9941ce2e23fbd91f1a57a51be3f9067
parent7bd626deeebc94a1453e6e185e39fd52ecc02ad7 (diff)
downloadportage-0489e45d5c93dd5190b6314415351582e3779898.tar.gz
portage-0489e45d5c93dd5190b6314415351582e3779898.tar.bz2
portage-0489e45d5c93dd5190b6314415351582e3779898.zip
s/no/not/ typo
svn path=/main/branches/2.0/; revision=2149
-rw-r--r--pym/portage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage.py b/pym/portage.py
index ccee8e265..4e4aec9c4 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -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")