s3: Fix a typo
[ira/wip.git] / source3 / torture / torture.c
index 9e16bac6c40a446e29eb2806e400817fe4a93626..11d307d180182cc9698260d13115a7562edaa218 100644 (file)
@@ -3778,7 +3778,7 @@ static bool run_oplock4(int dummy)
 
        ev = tevent_context_init(talloc_tos());
        if (ev == NULL) {
-               printf("tevent_req_create failed\n");
+               printf("tevent_context_init failed\n");
                return false;
        }