From 719d4f98c4f9800768aa149b43bdda804c607e87 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Dec 2024 11:38:51 +0100 Subject: [PATCH] smbd: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Volker Lendecke Reviewed-by: Pavel Filipenský --- source3/smbd/close.c | 2 +- source3/smbd/dir.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3