From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C860F138334 for ; Sun, 15 Sep 2019 01:51:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E35DEE0878; Sun, 15 Sep 2019 01:51:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBFC9E0878 for ; Sun, 15 Sep 2019 01:51:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9ED4334B1B0 for ; Sun, 15 Sep 2019 01:51:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FCF976A for ; Sun, 15 Sep 2019 01:51:45 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1568512272.964fea3031a91769ebf88237f7e77c8ab3e38d5c.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/pid-ns-init X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 964fea3031a91769ebf88237f7e77c8ab3e38d5c X-VCS-Branch: master Date: Sun, 15 Sep 2019 01:51:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5d1024d-96d2-4938-84df-46ba0c4b293c X-Archives-Hash: 62677837742046a14e67e00a0edea0cd commit: 964fea3031a91769ebf88237f7e77c8ab3e38d5c Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun Sep 15 01:40:03 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 01:51:12 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=964fea30 pid-ns-init: Fix typo in comment. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Zac Medico gentoo.org> bin/pid-ns-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pid-ns-init b/bin/pid-ns-init index cfbd65280..18c74f799 100644 --- a/bin/pid-ns-init +++ b/bin/pid-ns-init @@ -84,7 +84,7 @@ def main(argv): if e.errno == errno.EPERM: # This means that stdout refers to the controlling terminal # of the parent process, and in this case we do not want to - # steel it. + # steal it. pass else: raise