summaryrefslogtreecommitdiff
path: root/examples/chroottar.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-02-25 13:52:44 +0100
committerHelmut Grohne <helmut@subdivi.de>2024-02-25 13:52:44 +0100
commit3f899b25955b76dc87631188c8ff6550742e530b (patch)
tree7ef734978df3516e9995efe717add33a6b7d2916 /examples/chroottar.py
parent8b98dc846e7bd911360820f085a1b21307b28e89 (diff)
downloadpython-linuxnamespaces-3f899b25955b76dc87631188c8ff6550742e530b.tar.gz
spell check
Diffstat (limited to 'examples/chroottar.py')
-rwxr-xr-xexamples/chroottar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chroottar.py b/examples/chroottar.py
index 47e5fe1..69acd46 100755
--- a/examples/chroottar.py
+++ b/examples/chroottar.py
@@ -122,7 +122,7 @@ def main() -> None:
childsock.recv(1)
childsock.close()
# The other process will now have set up our id mapping and
- # will have changed ownersip of our working directory.
+ # will have changed ownership of our working directory.
os.setreuid(0, 0)
os.setregid(0, 0)
os.setgroups([])