From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RKPGo-0006Nn-IC for garchives@archives.gentoo.org; Sun, 30 Oct 2011 06:53:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 618A121C024; Sun, 30 Oct 2011 06:53:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 29B3B21C024 for ; Sun, 30 Oct 2011 06:53:19 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F4461B4011 for ; Sun, 30 Oct 2011 06:53:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 92CFD80042 for ; Sun, 30 Oct 2011 06:53:17 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/_legacy_globals.py X-VCS-Directories: pym/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b2faef886620fd93c235e088ecbebe1448d5896e Date: Sun, 30 Oct 2011 06:53:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5802e0c874ea22aefe69ebe7c38411a8 commit: b2faef886620fd93c235e088ecbebe1448d5896e Author: Zac Medico gentoo org> AuthorDate: Sun Oct 30 06:52:42 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Oct 30 06:53:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Db2faef88 _legacy_globals: fix grammar in comment --- 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 072b3f7..f13e95d 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') =20 # 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 =3D portage.db._target_eroot constructed.add('root') =20