summaryrefslogtreecommitdiff
path: root/examples/chroottar.py
diff options
context:
space:
mode:
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([])