summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-03-25 12:27:00 +0000
committerMike Frysinger <vapier@gentoo.org>2007-03-25 12:27:00 +0000
commitc8dd054674e594790d08033b10b384df68c0e5a7 (patch)
tree288e372dd01bb7d9aec8924067807fed932ae96f /pym
parentbb6da6c77830b5d0bec43b2d26869da596ef1238 (diff)
downloadportage-c8dd054674e594790d08033b10b384df68c0e5a7.tar.gz
portage-c8dd054674e594790d08033b10b384df68c0e5a7.tar.bz2
portage-c8dd054674e594790d08033b10b384df68c0e5a7.zip
fix grammar in error output
svn path=/main/trunk/; revision=6285
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 07437cf20..1b8aba21a 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -3783,7 +3783,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
# forget it and are using ebuild
if not os.path.exists(
os.path.join(mysettings["PORTAGE_BUILDDIR"], ".installed")):
- writemsg("!!! mydo=qmerge, but install phase hasn't been ran\n",
+ writemsg("!!! mydo=qmerge, but the install phase has not been run\n",
noiselevel=-1)
return 1
# qmerge is a special phase that implies noclean.