From b1e2315528db8ec66979ac8cb267441116412556 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 7 Sep 2023 16:18:06 +1200 Subject: [PATCH] s4:ntvfs: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source4/ntvfs/simple/svfs_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/ntvfs/simple/svfs_util.c b/source4/ntvfs/simple/svfs_util.c index d1901ae0199..fd323118118 100644 --- a/source4/ntvfs/simple/svfs_util.c +++ b/source4/ntvfs/simple/svfs_util.c @@ -31,7 +31,7 @@ #include "ntvfs/simple/proto.h" /* - convert a windows path to a unix path - don't do any manging or case sensitive handling + convert a windows path to a unix path - don't do any mangling or case sensitive handling */ char *svfs_unix_path(struct ntvfs_module_context *ntvfs, struct ntvfs_request *req, const char *name)