summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-08-21 19:49:56 +0000
committerZac Medico <zmedico@gentoo.org>2008-08-21 19:49:56 +0000
commit1a0b1bf61f80bc43369fc5dc5268c49711a496c3 (patch)
treedda768f97e6bce69cc4c9d71de254cefdd290bf1 /pym/portage/__init__.py
parentef0f70889bab62f186e9037cc48c4407eaa706d8 (diff)
downloadportage-1a0b1bf61f80bc43369fc5dc5268c49711a496c3.tar.gz
portage-1a0b1bf61f80bc43369fc5dc5268c49711a496c3.tar.bz2
portage-1a0b1bf61f80bc43369fc5dc5268c49711a496c3.zip
Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957.
svn path=/main/trunk/; revision=11446
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 20c65fc4c..bcf710842 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -5399,7 +5399,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
writemsg("Can not execute files in %s\n" % checkdir + \
"Likely cause is that you've mounted it with one of the\n" + \
"following mount options: 'noexec', 'user', 'users'\n\n" + \
- "Please make sure that portage can execute files in this direxctory.\n" \
+ "Please make sure that portage can execute files in this directory.\n" \
, noiselevel=-1)
fd.close()
return 1