]> err.no Git - varnish/commitdiff
fix typo in error message
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Sep 2008 13:16:09 +0000 (13:16 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Sep 2008 13:16:09 +0000 (13:16 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3199 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/vcc_backend.c
varnish-cache/lib/libvcl/vcc_dir_random.c
varnish-cache/lib/libvcl/vcc_dir_round_robin.c

index 284a6e2a8f1e68f907339d0be7ab14f47560102f..132097e19799d02ddd2c535c7068971b97c5e947 100644 (file)
@@ -658,7 +658,7 @@ vcc_ParseBackendHost(struct tokenlist *tl, int *nbh, const struct token *name, c
                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 @@ vcc_ParseDirector(struct tokenlist *tl)
        }
        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;
        }
index bd681c4277f1cefc7d9d38d07cd8a73f8472fbda..29bb6dd5dc71f3a067299e4bcafbb9d1d8a43b77 100644 (file)
@@ -125,7 +125,7 @@ vcc_ParseRandomDirector(struct tokenlist *tl, const struct token *t_policy, cons
                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;
                }
index 71b5b3634cc9f9e6d3bce078a1b126a12134934b..512ce2ae5837f5469854973a045ca3bb98e24cea 100644 (file)
@@ -88,7 +88,7 @@ vcc_ParseRoundRobinDirector(struct tokenlist *tl, const struct token *t_policy,
                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;
                }