diff options
author | Helmut Grohne <helmut@subdivi.de> | 2024-02-25 13:52:44 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2024-02-25 13:52:44 +0100 |
commit | 3f899b25955b76dc87631188c8ff6550742e530b (patch) | |
tree | 7ef734978df3516e9995efe717add33a6b7d2916 /examples | |
parent | 8b98dc846e7bd911360820f085a1b21307b28e89 (diff) | |
download | python-linuxnamespaces-3f899b25955b76dc87631188c8ff6550742e530b.tar.gz |
spell check
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cgroup.py | 2 | ||||
-rwxr-xr-x | examples/chroottar.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/cgroup.py b/examples/cgroup.py index 9a01d0d..ff1a087 100755 --- a/examples/cgroup.py +++ b/examples/cgroup.py @@ -87,7 +87,7 @@ def main() -> None: os.W_OK, ): # For some shells - notably from graphical desktop environments, the - # hiearchy is immediatly writeable. For others, we may create a scope + # hierarchy is immediately writeable. For others, we may create a scope # unit. if ravel is not None: asyncio.get_event_loop().run_until_complete( 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([]) |