commit: 964fea3031a91769ebf88237f7e77c8ab3e38d5c
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Sun Sep 15 01:40:03 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> 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 <Arfrever <AT> Apache.Org>
Signed-off-by: Zac Medico <zmedico <AT> 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