From 1a0b1bf61f80bc43369fc5dc5268c49711a496c3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 21 Aug 2008 19:49:56 +0000 Subject: Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957. svn path=/main/trunk/; revision=11446 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22