]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 11 Jan 2023 07:18:35 +0000 (08:18 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 24 Jan 2023 08:19:34 +0000 (08:19 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smbXsrv_open.c

index 6aa44ec4fccbc450a448084cf4654679d2140f3a..2edd49682359a251fb0849c423bcdf050ba5deb6 100644 (file)
@@ -1218,7 +1218,7 @@ NTSTATUS smb2srv_open_recreate(struct smbXsrv_connection *conn,
        /*
         * If the provided create_guid is NULL, this means that
         * the reconnect request was a v1 request. In that case
-        * we should skipt the create GUID verification, since
+        * we should skip the create GUID verification, since
         * it is valid to v1-reconnect a v2-opened handle.
         */
        if ((create_guid != NULL) &&