From: phk Date: Sat, 19 Jul 2008 06:43:34 +0000 (+0000) Subject: typo. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990492e85c1a47912ad4edf8d11556772aebc6d6;p=varnish typo. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2952 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_fetch.c b/varnish-cache/bin/varnishd/cache_fetch.c index 78817001..29c4d15e 100644 --- a/varnish-cache/bin/varnishd/cache_fetch.c +++ b/varnish-cache/bin/varnishd/cache_fetch.c @@ -113,7 +113,7 @@ fetch_chunked(struct sess *sp, struct http_conn *htc) if (q == NULL || q == buf || *q != '\n') { xxxassert(be > bp); /* - * The sematics we need here is "read until you have + * The semantics we need here is "read until you have * received at least one character, but feel free to * return up to (be-bp) if they are available, but do * not wait for those extra characters.