From: Volker Lendecke Date: Thu, 5 Dec 2024 10:38:51 +0000 (+0100) Subject: smbd: Fix typos X-Git-Tag: tdb-1.4.13~297 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=719d4f98c4f9800768aa149b43bdda804c607e87;p=thirdparty%2Fsamba.git smbd: Fix typos Signed-off-by: Volker Lendecke Reviewed-by: Pavel Filipenský --- diff --git a/source3/smbd/close.c b/source3/smbd/close.c index 16356a07cc3..6f26331509f 100644 --- a/source3/smbd/close.c +++ b/source3/smbd/close.c @@ -1179,7 +1179,7 @@ static NTSTATUS rmdir_internals(TALLOC_CTX *ctx, struct files_struct *fsp) } /* - * Check to see if the only thing in this directory are + * Check to see if the only things in this directory are * files non-visible to the client. If not, fail the delete. */ diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c index 0a67364a56a..81babd718e2 100644 --- a/source3/smbd/dir.c +++ b/source3/smbd/dir.c @@ -1222,7 +1222,7 @@ const char *ReadDirName(struct smb_Dir *dir_hnd, char **ptalloced) continue; } /* - * ignore tmp directories, see mkdir_internals() + * ignore tmp directories, see mkdir_internal() */ if (IS_SMBD_TMPNAME(n, &unlink_flags)) { struct files_struct *dirfsp = dir_hnd->fsp;