Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11446 - main/trunk/pym/portage
Date: Thu, 21 Aug 2008 19:50:01
Message-Id: E1KWGAQ-0000ne-Mb@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-08-21 19:49:56 +0000 (Thu, 21 Aug 2008)
3 New Revision: 11446
4
5 Modified:
6 main/trunk/pym/portage/__init__.py
7 Log:
8 Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957.
9
10
11 Modified: main/trunk/pym/portage/__init__.py
12 ===================================================================
13 --- main/trunk/pym/portage/__init__.py 2008-08-20 20:52:00 UTC (rev 11445)
14 +++ main/trunk/pym/portage/__init__.py 2008-08-21 19:49:56 UTC (rev 11446)
15 @@ -5399,7 +5399,7 @@
16 writemsg("Can not execute files in %s\n" % checkdir + \
17 "Likely cause is that you've mounted it with one of the\n" + \
18 "following mount options: 'noexec', 'user', 'users'\n\n" + \
19 - "Please make sure that portage can execute files in this direxctory.\n" \
20 + "Please make sure that portage can execute files in this directory.\n" \
21 , noiselevel=-1)
22 fd.close()
23 return 1