summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/AbstractEbuildProcess.py
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2012-11-16 05:46:41 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2012-11-16 05:46:41 +0100
commit77a965a9890f196b0a35c8e3e6b6aeafd3554327 (patch)
treef81c7415061c40c7ec13bc6af57bb02715c01140 /pym/_emerge/AbstractEbuildProcess.py
parent89129c2f4b3e781b4d8e0701a93431ec0a7030cb (diff)
downloadportage-77a965a9890f196b0a35c8e3e6b6aeafd3554327.tar.gz
portage-77a965a9890f196b0a35c8e3e6b6aeafd3554327.tar.bz2
portage-77a965a9890f196b0a35c8e3e6b6aeafd3554327.zip
Fix some typos.
Diffstat (limited to 'pym/_emerge/AbstractEbuildProcess.py')
-rw-r--r--pym/_emerge/AbstractEbuildProcess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/AbstractEbuildProcess.py b/pym/_emerge/AbstractEbuildProcess.py
index 375688bb9..597208f52 100644
--- a/pym/_emerge/AbstractEbuildProcess.py
+++ b/pym/_emerge/AbstractEbuildProcess.py
@@ -52,7 +52,7 @@ class AbstractEbuildProcess(SpawnProcess):
if need_builddir and \
not os.path.isdir(self.settings['PORTAGE_BUILDDIR']):
msg = _("The ebuild phase '%s' has been aborted "
- "since PORTAGE_BUILDIR does not exist: '%s'") % \
+ "since PORTAGE_BUILDDIR does not exist: '%s'") % \
(self.phase, self.settings['PORTAGE_BUILDDIR'])
self._eerror(textwrap.wrap(msg, 72))
self._set_returncode((self.pid, 1 << 8))