summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2024-03-02 09:13:25 +0100
committerHelmut Grohne <helmut@subdivi.de>2024-03-02 13:46:14 +0100
commitfb1ab1fabb0f9f7f470620cb30700c795a7bbd1c (patch)
tree4488f502e095fbb9428a5d0de6629bea87e562a2 /examples
parentce1f66fd9fbccd8dc27ffb6d8338ab3566d03026 (diff)
downloadpython-linuxnamespaces-fb1ab1fabb0f9f7f470620cb30700c795a7bbd1c.tar.gz
fix typos
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/chrootfuse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chrootfuse.py b/examples/chrootfuse.py
index d40e1a0..55a394e 100755
--- a/examples/chrootfuse.py
+++ b/examples/chrootfuse.py
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-3
"""Mount a given filesystem image inside a user and mount namespace using
-an unprivileged fuse driver and chroot into the mouned filesystem. Supported
+an unprivileged fuse driver and chroot into the mounted filesystem. Supported
drivers are fuse2fs and squashfuse.
This requires a fuse package with support for /dev/fd/N. Either with fuse2 via