s4:torture: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 2 Aug 2023 02:52:13 +0000 (14:52 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 21 Aug 2023 23:37:29 +0000 (23:37 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/basic/misc.c

index c4df8744cb7224f577a943937d1b6fcd07c968f0..60af5612d1e5bf2cc136de4732cad007631a3cd1 100644 (file)
@@ -641,7 +641,7 @@ static NTSTATUS benchrw_readwrite(struct torture_context *tctx,
                if(state->readcnt < state->lpcfg_params->writeblocks){
                        state->readcnt++;       
                }else{
-                       /*start reading from begin of file*/
+                       /*start reading from beginning of file*/
                        state->readcnt=0;
                }
                req = smb_raw_read_send(state->cli,&rd);