summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-26 20:34:47 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-26 20:34:47 +0000
commit67e949d7f84cf5600a33c7682fba74eb741423eb (patch)
treee84da33477589617804e7a7ae6fc732dbc8ce63f /pym
parentf444eb008882654af0f7d83426060c07fbf6ab64 (diff)
downloadportage-67e949d7f84cf5600a33c7682fba74eb741423eb.tar.gz
portage-67e949d7f84cf5600a33c7682fba74eb741423eb.tar.bz2
portage-67e949d7f84cf5600a33c7682fba74eb741423eb.zip
Fix grammar. (trunk r8694)
svn path=/main/branches/2.1.2/; revision=8695
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
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 " + \