aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2019-09-15 03:40:03 +0200
committerZac Medico <zmedico@gentoo.org>2019-09-14 18:51:12 -0700
commit964fea3031a91769ebf88237f7e77c8ab3e38d5c (patch)
tree419f13645970d6e4be4a0dd9f3c0e0af8d8183b3
parent_eapply_patch: Delete no longer used variable. (diff)
downloadgentoo-portage-964fea3031a91769ebf88237f7e77c8ab3e38d5c.tar.xz
gentoo-portage-964fea3031a91769ebf88237f7e77c8ab3e38d5c.zip
pid-ns-init: Fix typo in comment.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--bin/pid-ns-init2
1 files changed, 1 insertions, 1 deletions
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