From fb1ab1fabb0f9f7f470620cb30700c795a7bbd1c Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 2 Mar 2024 09:13:25 +0100 Subject: fix typos --- examples/chrootfuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.3