From b79c9eab870bd5a06c544fba353f9fe16d83a80e Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 23 Aug 2006 07:22:28 +0000 Subject: [PATCH] grammar police. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@901 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_pipe.c b/varnish-cache/bin/varnishd/cache_pipe.c index 85cdaca4..99749a7f 100644 --- a/varnish-cache/bin/varnishd/cache_pipe.c +++ b/varnish-cache/bin/varnishd/cache_pipe.c @@ -55,7 +55,7 @@ PipeSession(struct sess *sp) vc = VBE_GetFd(sp->backend, sp->xid); if (vc == NULL) { - RES_Error(sp, 503, "Backend did not reply"); + RES_Error(sp, 503, "Backend did not respond."); return; } assert(vc != NULL); -- 2.39.5