fix grammar in error output (trunk r6285)
authorZac Medico <zmedico@gentoo.org>
Thu, 21 Jun 2007 05:44:40 +0000 (05:44 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 21 Jun 2007 05:44:40 +0000 (05:44 -0000)
svn path=/main/branches/2.1.2/; revision=6905

pym/portage.py

index fe99c0c9bcc9b4156bad7a6b43b499cd863d9e00..04256010a228fe3742070c6eff93f2db41c7053b 100644 (file)
@@ -3813,7 +3813,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.