r3199 - trunk/varnish-cache/lib/libvcl

tfheen at projects.linpro.no tfheen at projects.linpro.no
Thu Sep 18 15:16:10 CEST 2008


Author: tfheen
Date: 2008-09-18 15:16:09 +0200 (Thu, 18 Sep 2008)
New Revision: 3199

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_backend.c
   trunk/varnish-cache/lib/libvcl/vcc_dir_random.c
   trunk/varnish-cache/lib/libvcl/vcc_dir_round_robin.c
Log:
fix typo in error message


Modified: trunk/varnish-cache/lib/libvcl/vcc_backend.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_backend.c	2008-09-18 13:04:46 UTC (rev 3198)
+++ trunk/varnish-cache/lib/libvcl/vcc_backend.c	2008-09-18 13:16:09 UTC (rev 3199)
@@ -658,7 +658,7 @@
 		vcc_ParseHostDef(tl, nbh, name, qual, serial);
 		if (tl->err) {
 			vsb_printf(tl->sb,
-			    "\nIn backend host specfication starting at:\n");
+			    "\nIn backend host specification starting at:\n");
 			vcc_ErrWhere(tl, t);
 		}
 		return;
@@ -762,7 +762,7 @@
 	}
 	if (tl->err) {
 		vsb_printf(tl->sb,
-		    "\nIn %.*s specfication starting at:\n", PF(t_first));
+		    "\nIn %.*s specification starting at:\n", PF(t_first));
 		vcc_ErrWhere(tl, t_first);
 		return;
 	}

Modified: trunk/varnish-cache/lib/libvcl/vcc_dir_random.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_dir_random.c	2008-09-18 13:04:46 UTC (rev 3198)
+++ trunk/varnish-cache/lib/libvcl/vcc_dir_random.c	2008-09-18 13:16:09 UTC (rev 3199)
@@ -125,7 +125,7 @@
 		vcc_FieldsOk(tl, mfs);
 		if (tl->err) {
 			vsb_printf(tl->sb,
-			    "\nIn member host specfication starting at:\n");
+			    "\nIn member host specification starting at:\n");
 			vcc_ErrWhere(tl, t_be);
 			return;
 		}

Modified: trunk/varnish-cache/lib/libvcl/vcc_dir_round_robin.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_dir_round_robin.c	2008-09-18 13:04:46 UTC (rev 3198)
+++ trunk/varnish-cache/lib/libvcl/vcc_dir_round_robin.c	2008-09-18 13:16:09 UTC (rev 3199)
@@ -88,7 +88,7 @@
 		vcc_FieldsOk(tl, fs);
 		if (tl->err) {
 			vsb_printf(tl->sb,
-			    "\nIn member host specfication starting at:\n");
+			    "\nIn member host specification starting at:\n");
 			vcc_ErrWhere(tl, t_be);
 			return;
 		}




More information about the varnish-commit mailing list