torture3: Fix a copy&paste error and a typo
authorVolker Lendecke <vl@samba.org>
Mon, 7 Nov 2022 11:11:52 +0000 (12:11 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 7 Nov 2022 21:57:33 +0000 (21:57 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/torture/test_hidenewfiles.c

index 05e6d7ef2b1081a70a90f1a05fd5f266a9a2e6fd..77748201c770685c9548a4a914752ff32e15abab 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Unix SMB/CIFS implementation.
- * Test pthreadpool_tevent
+ * Test "hide new files timeout"
  * Copyright (C) Volker Lendecke 2018
  *
  * This program is free software; you can redistribute it and/or modify
@@ -105,7 +105,7 @@ bool run_hidenewfiles(int dummy)
        bool gotit = false;
        bool ok;
 
-       /* what is configure in smb.conf */
+       /* what is configured in smb.conf */
        unsigned hideunreadable_seconds = 5;
 
        ok = torture_open_connection(&cli, 0);