From 3f899b25955b76dc87631188c8ff6550742e530b Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 25 Feb 2024 13:52:44 +0100 Subject: spell check --- examples/chroottar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/chroottar.py') 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([]) -- cgit v1.2.3