/*
* make sure the write time is updated 2 seconds later
- * calcuated from the first write
+ * calculated from the first write
* (but expect up to 5 seconds extra time for a busy server)
*/
start = timeval_current();
/*
* make sure the write time is updated 2 seconds later
- * calcuated from the first write
+ * calculated from the first write
* (but expect up to 5 seconds extra time for a busy server)
*/
start = timeval_current();
/*
* make sure the write time is updated 2 seconds later
- * calcuated from the first write
+ * calculated from the first write
* (but expect up to 5 seconds extra time for a busy server)
*/
start = timeval_current();
/*
* make sure the write time is updated 2 seconds later
- * calcuated from the first write
+ * calculated from the first write
* (but expect up to 3 seconds extra time for a busy server)
*/
start = timeval_current();
}
/* On slow build farm machines it might happen that they are not fast
- * enogh to delete the file for this test */
+ * enough to delete the file for this test */
smb_msleep(200);
/* File should not be there. */
smbcli_unlink(cli1->tree, fnames[i]);
}
- torture_comment(tctx, "finshed denytest1 (%d failures)\n", failures);
+ torture_comment(tctx, "finished denytest1 (%d failures)\n", failures);
return correct;
}
smbcli_unlink(cli1->tree, fnames[i]);
}
- torture_comment(tctx, "finshed denytest2 (%d failures)\n", failures);
+ torture_comment(tctx, "finished denytest2 (%d failures)\n", failures);
return correct;
}
failed:
smbcli_unlink(cli1->tree, fname);
- torture_comment(tctx, "finshed ntdenytest (%d failures)\n", failures);
+ torture_comment(tctx, "finished ntdenytest (%d failures)\n", failures);
return correct;
}
if(state->readcnt < state->lpcfg_params->writeblocks){
state->readcnt++;
}else{
- /*start reading from beginn of file*/
+ /*start reading from begin of file*/
state->readcnt=0;
}
req = smb_raw_read_send(state->cli,&rd);
}
/*
- establishs a smbcli_tree from scratch (async)
+ establishes a smbcli_tree from scratch (async)
*/
static struct composite_context *torture_connect_async(
struct torture_context *tctx,