Mailing List Archive

r901 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2006-08-23 09:22:28 +0200 (Wed, 23 Aug 2006)
New Revision: 901

Modified:
trunk/varnish-cache/bin/varnishd/cache_pipe.c
Log:
grammar police.


Modified: trunk/varnish-cache/bin/varnishd/cache_pipe.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pipe.c 2006-08-23 07:16:03 UTC (rev 900)
+++ trunk/varnish-cache/bin/varnishd/cache_pipe.c 2006-08-23 07:22:28 UTC (rev 901)
@@ -55,7 +55,7 @@

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);