]> err.no Git - varnish/commitdiff
typo.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 19 Jul 2008 06:43:34 +0000 (06:43 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 19 Jul 2008 06:43:34 +0000 (06:43 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2952 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_fetch.c

index 7881700166c9ed8f6b7ad4eb0e8e1c2a65e9513a..29c4d15e1afc42ffc835dff5141d19a5fa254a6b 100644 (file)
@@ -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.