Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/
Date: Sun, 30 Oct 2011 06:53:26
Message-Id: b2faef886620fd93c235e088ecbebe1448d5896e.zmedico@gentoo
1 commit: b2faef886620fd93c235e088ecbebe1448d5896e
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 06:52:42 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 06:53:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=b2faef88
7
8 _legacy_globals: fix grammar in comment
9
10 ---
11 pym/portage/_legacy_globals.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/pym/portage/_legacy_globals.py b/pym/portage/_legacy_globals.py
15 index 072b3f7..f13e95d 100644
16 --- a/pym/portage/_legacy_globals.py
17 +++ b/pym/portage/_legacy_globals.py
18 @@ -42,7 +42,7 @@ def _get_legacy_global(name):
19 constructed.add('settings')
20
21 # Since portage.db now uses EROOT for keys instead of ROOT, we make
22 - # portage.root refer to EROOT such that it continues works as a key.
23 + # portage.root refer to EROOT such that it continues to work as a key.
24 portage.root = portage.db._target_eroot
25 constructed.add('root')