From: Zac Medico Date: Sun, 30 Oct 2011 06:52:42 +0000 (-0700) Subject: _legacy_globals: fix grammar in comment X-Git-Tag: v2.2.0_alpha72~2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b2faef886620fd93c235e088ecbebe1448d5896e;p=portage.git _legacy_globals: fix grammar in comment --- diff --git a/pym/portage/_legacy_globals.py b/pym/portage/_legacy_globals.py index 072b3f751..f13e95d4b 100644 --- a/pym/portage/_legacy_globals.py +++ b/pym/portage/_legacy_globals.py @@ -42,7 +42,7 @@ def _get_legacy_global(name): constructed.add('settings') # Since portage.db now uses EROOT for keys instead of ROOT, we make - # portage.root refer to EROOT such that it continues works as a key. + # portage.root refer to EROOT such that it continues to work as a key. portage.root = portage.db._target_eroot constructed.add('root')