From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6AF421388C1 for ; Wed, 30 Dec 2015 23:38:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0764421C035; Wed, 30 Dec 2015 23:38:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CFBA21C009 for ; Wed, 30 Dec 2015 23:38:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B691340896 for ; Wed, 30 Dec 2015 23:38:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9752CB0 for ; Wed, 30 Dec 2015 23:38:15 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1451431118.0a58076e2ced55ca8549e2a296d3e69c3a9bbf62.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/repoman/repos.py X-VCS-Directories: pym/repoman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 0a58076e2ced55ca8549e2a296d3e69c3a9bbf62 X-VCS-Branch: repoman Date: Wed, 30 Dec 2015 23:38:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 84313392-aba0-493e-9512-7de59e0b3f39 X-Archives-Hash: 87386950383fcf79a21e9d1ac27695e8 commit: 0a58076e2ced55ca8549e2a296d3e69c3a9bbf62 Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 29 23:18:38 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Dec 29 23:18:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0a58076e repoman/repos.py: Fix typo Signed-off-by: Brian Dolbec gentoo.org> pym/repoman/repos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/repoman/repos.py b/pym/repoman/repos.py index 9a62e05..ca72ac5 100644 --- a/pym/repoman/repos.py +++ b/pym/repoman/repos.py @@ -22,7 +22,7 @@ bad = portage.output.create_color_func("BAD") class RepoSettings(object): - '''Holds out repo specific settings''' + '''Holds our repo specific settings''' def __init__( self, config_root, portdir, portdir_overlay,