From 3f425dc19a804e730a110a6b1339a0aba2facbf9 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 18 Sep 2008 13:16:09 +0000 Subject: [PATCH] fix typo in error message git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3199 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvcl/vcc_backend.c | 4 ++-- varnish-cache/lib/libvcl/vcc_dir_random.c | 2 +- varnish-cache/lib/libvcl/vcc_dir_round_robin.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/varnish-cache/lib/libvcl/vcc_backend.c b/varnish-cache/lib/libvcl/vcc_backend.c index 284a6e2a..132097e1 100644 --- a/varnish-cache/lib/libvcl/vcc_backend.c +++ b/varnish-cache/lib/libvcl/vcc_backend.c @@ -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; } diff --git a/varnish-cache/lib/libvcl/vcc_dir_random.c b/varnish-cache/lib/libvcl/vcc_dir_random.c index bd681c42..29bb6dd5 100644 --- a/varnish-cache/lib/libvcl/vcc_dir_random.c +++ b/varnish-cache/lib/libvcl/vcc_dir_random.c @@ -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; } diff --git a/varnish-cache/lib/libvcl/vcc_dir_round_robin.c b/varnish-cache/lib/libvcl/vcc_dir_round_robin.c index 71b5b363..512ce2ae 100644 --- a/varnish-cache/lib/libvcl/vcc_dir_round_robin.c +++ b/varnish-cache/lib/libvcl/vcc_dir_round_robin.c @@ -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; } -- 2.39.5