Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957.
authorZac Medico <zmedico@gentoo.org>
Thu, 21 Aug 2008 19:49:56 +0000 (19:49 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 21 Aug 2008 19:49:56 +0000 (19:49 -0000)
svn path=/main/trunk/; revision=11446

pym/portage/__init__.py

index 20c65fc4cc0dd2ed8050e6212aa58d283b52d193..bcf710842df17d61cb256060f1c192f70aaf03c5 100644 (file)
@@ -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