]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 31 Aug 2023 10:50:09 +0000 (12:50 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 10 Oct 2023 23:23:40 +0000 (23:23 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c

index 72d22a17cf335bf0db6464a2f5d89b2ed8dc61ac..e70ad218ffe2e61fe1b6bb58eb42e8b9b9a06e47 100644 (file)
@@ -1603,7 +1603,7 @@ static NTSTATUS open_file(
                         * There is only one legit case where end up here:
                         * openat_pathref_fsp() failed to open a symlink, so the
                         * fsp was created by fsp_new() which doesn't set
-                        * is_pathref. Other then that, we should always have a
+                        * is_pathref. Other than that, we should always have a
                         * pathref fsp at this point. The subsequent checks
                         * assert this.
                         */