From: Joseph Sutton Date: Thu, 7 Sep 2023 04:18:06 +0000 (+1200) Subject: s4:ntvfs: Fix code spelling X-Git-Tag: tevent-0.16.0~660 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1e2315528db8ec66979ac8cb267441116412556;p=thirdparty%2Fsamba.git s4:ntvfs: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- 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)