diff options
-rw-r--r-- | pym/portage/_legacy_globals.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |