fix grammar in error output (branches/2.1.2 r6905)
authorZac Medico <zmedico@gentoo.org>
Mon, 30 Jul 2007 04:37:49 +0000 (04:37 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 30 Jul 2007 04:37:49 +0000 (04:37 -0000)
svn path=/main/branches/2.1.2.9/; revision=7473

pym/portage.py

index 2ee843c2b5a030bc9390052ae0582680f6db82fd..af8643d1c30298093982c744f5a3ac3bbc80ade6 100644 (file)
@@ -3785,7 +3785,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.