]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:libsmb: fix a typo in a comment
authorBjörn Baumbach <bb@sernet.de>
Thu, 21 Jan 2021 12:18:41 +0000 (13:18 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 1 Mar 2021 03:50:35 +0000 (03:50 +0000)
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/libsmb/libsmb_dir.c

index eb12a6c2ebefa3c30e2a7be7fe38cf4d4af819c9..01ccd6d1523c1deb5e8c9458aabe22047a8701fd 100644 (file)
@@ -1903,7 +1903,7 @@ SMBC_lseekdir_ctx(SMBCCTX *context,
 
        /* Now, check what we were passed and see if it is OK ... */
 
-       if (dirent == NULL) {  /* Seek to the begining of the list */
+       if (dirent == NULL) {  /* Seek to the beginning of the list */
 
                dir->dir_next = dir->dir_list;