summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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