From 67e949d7f84cf5600a33c7682fba74eb741423eb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 26 Nov 2007 20:34:47 +0000 Subject: [PATCH] Fix grammar. (trunk r8694) svn path=/main/branches/2.1.2/; revision=8695 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " + \ -- 2.26.2