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 1RZUbr-0004eP-OL for garchives@archives.gentoo.org; Sat, 10 Dec 2011 21:37:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE46A21C07D; Sat, 10 Dec 2011 21:37:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BE8E021C07D for ; Sat, 10 Dec 2011 21:37:23 +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 3FBF51B4008 for ; Sat, 10 Dec 2011 21:37:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A8F1F80042 for ; Sat, 10 Dec 2011 21:37:22 +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: <495c0ce534af794456a0a21f213f8f996bce0186.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/actions.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 495c0ce534af794456a0a21f213f8f996bce0186 Date: Sat, 10 Dec 2011 21:37:22 +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: 4e7d5c5d-914c-486b-8e5b-0064cfd3c1a2 X-Archives-Hash: 72d62a6b3ffb5adc57865d85b3d533a1 commit: 495c0ce534af794456a0a21f213f8f996bce0186 Author: Zac Medico gentoo org> AuthorDate: Sat Dec 10 21:37:15 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Dec 10 21:37:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D495c0ce5 actions.py: fix grammar in comment --- pym/_emerge/actions.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index f38998d..7150c23 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2991,7 +2991,7 @@ def load_emerge_config(trees=3DNone): mtimedbfile =3D os.path.join(settings['EROOT'], portage.CACHE_PATH, "mt= imedb") mtimedb =3D portage.MtimeDB(mtimedbfile) portage.output._init(config_root=3Dsettings['PORTAGE_CONFIGROOT']) - # The portage_uid initialization here must to happend before + # The portage_uid initialization here must happen before # the _init_dirs() calls below. portage.data._init(settings) QueryCommand._db =3D trees