From: Björn Baumbach Date: Thu, 21 Jan 2021 12:18:41 +0000 (+0100) Subject: s3:libsmb: fix a typo in a comment X-Git-Tag: tevent-0.11.0~1700 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485743dac38bc074ed72db423fe0886f34faf150;p=thirdparty%2Fsamba.git s3:libsmb: fix a typo in a comment Signed-off-by: Björn Baumbach Reviewed-by: Andrew Bartlett --- diff --git a/source3/libsmb/libsmb_dir.c b/source3/libsmb/libsmb_dir.c index eb12a6c2ebe..01ccd6d1523 100644 --- a/source3/libsmb/libsmb_dir.c +++ b/source3/libsmb/libsmb_dir.c @@ -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;