[master] 5e1586a Fix typo in error message

Federico G. Schwindt fgsch at lodoss.net
Fri Apr 18 00:22:45 CEST 2014


commit 5e1586aa4c3f9bf346cac63a018ccc8d30ee0618
Author: Matt Robenolt <matt at ydekproductions.com>
Date:   Thu Apr 17 14:33:38 2014 -0700

    Fix typo in error message

diff --git a/lib/libvarnishtools/vut.c b/lib/libvarnishtools/vut.c
index f465b1f..d943d8f 100644
--- a/lib/libvarnishtools/vut.c
+++ b/lib/libvarnishtools/vut.c
@@ -304,7 +304,7 @@ VUT_Main(void)
 			VUT.vslq = VSLQ_New(VUT.vsl, &c, VUT.g_arg, VUT.q_arg);
 			AN(VUT.vslq);
 			AZ(c);
-			VUT_Error(0, "Log reaquired");
+			VUT_Error(0, "Log reacquired");
 		}
 
 		i = VSLQ_Dispatch(VUT.vslq, VUT.dispatch_f, VUT.dispatch_priv);



More information about the varnish-commit mailing list