Commit 995c8b2c authored by Enerdhil's avatar Enerdhil Committed by Dridi Boukelmoune

Fix typo in lib/libvarnish/vtim.c

parent 98676319
...@@ -490,7 +490,7 @@ tst_delta() ...@@ -490,7 +490,7 @@ tst_delta()
err += tst_delta_check("VTIM_real", r_begin, r_end, ref); err += tst_delta_check("VTIM_real", r_begin, r_end, ref);
if (err) { if (err) {
printf("%d time delta test errrors\n", err); printf("%d time delta test errors\n", err);
exit(4); exit(4);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment