[master] 995c8b2 Fix typo in lib/libvarnish/vtim.c

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu May 4 11:03:05 CEST 2017


commit 995c8b2cfcbb440f1d8574bb30b9ca047ea360d5
Author: Enerdhil <hezardj at gmail.com>
Date:   Thu May 4 10:51:43 2017 +0200

    Fix typo in lib/libvarnish/vtim.c

diff --git a/lib/libvarnish/vtim.c b/lib/libvarnish/vtim.c
index 5e84e65..5e71a20 100644
--- a/lib/libvarnish/vtim.c
+++ b/lib/libvarnish/vtim.c
@@ -490,7 +490,7 @@ tst_delta()
 	err += tst_delta_check("VTIM_real", r_begin, r_end, ref);
 
 	if (err) {
-		printf("%d time delta test errrors\n", err);
+		printf("%d time delta test errors\n", err);
 		exit(4);
 	}
 }



More information about the varnish-commit mailing list