]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fix typo in debug message
authorKarel Zak <kzak@redhat.com>
Tue, 10 Jan 2023 10:27:40 +0000 (11:27 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 10 Jan 2023 10:27:40 +0000 (11:27 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context.c

index b1b08ae63a2bd50d739e1cc6b9879b4021d142cd..972853b3fef95427e2a29c0f1080a1ade3bdd8ac 100644 (file)
@@ -1918,7 +1918,7 @@ int mnt_context_guess_srcpath_fstype(struct libmnt_context *cxt, char **type)
                if (opt
                    && (allowed = mnt_opt_get_value(opt))
                    && !match_fstype(*type, allowed)) {
-                       DBG(CXT, ul_debugobj(cxt, "%s is not allowd by auto-fstypes=%s",
+                       DBG(CXT, ul_debugobj(cxt, "%s is not allowed by auto-fstypes=%s",
                                                *type, allowed));
                        free(*type);
                        *type = NULL;