diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-11-26 20:34:09 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-11-26 20:34:09 +0000 |
commit | a52d42658bbee3b90034ccb66ef35a727eae98e0 (patch) | |
tree | 03d1fc3192c4a70ecb69676a254d10f975faedf0 | |
parent | 9794d481c67bb84eedc583e813ba079fcb7cbc08 (diff) | |
download | portage-a52d42658bbee3b90034ccb66ef35a727eae98e0.tar.gz portage-a52d42658bbee3b90034ccb66ef35a727eae98e0.tar.bz2 portage-a52d42658bbee3b90034ccb66ef35a727eae98e0.zip |
Fix grammar.
svn path=/main/trunk/; revision=8694
-rw-r--r-- | pym/portage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 67b461db2..ae30ae369 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -3975,7 +3975,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 " + \ |