diff options
-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 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 |