From: Zac Medico Date: Mon, 26 Nov 2007 20:34:47 +0000 (-0000) Subject: Fix grammar. (trunk r8694) X-Git-Tag: v2.1.4~197 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=67e949d7f84cf5600a33c7682fba74eb741423eb;p=portage.git Fix grammar. (trunk r8694) svn path=/main/branches/2.1.2/; revision=8695 --- diff --git a/pym/portage.py b/pym/portage.py index 7f0a54ce4..52e2d4659 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3929,7 +3929,7 @@ def _doebuild_exit_status_check(mydo, exit_status_file): os.path.exists(exit_status_file): return None msg = ("The ebuild phase '%s' has exited " % mydo) + \ - "unexpectedly. This is type of behavior " + \ + "unexpectedly. This type of behavior " + \ "is known to be triggered " + \ "by things such as failed variable " + \ "assignments (bug #190128) or bad substitution " + \