Mailing List Archive

r2952 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2008-07-19 08:43:34 +0200 (Sat, 19 Jul 2008)
New Revision: 2952

Modified:
trunk/varnish-cache/bin/varnishd/cache_fetch.c
Log:
typo.



Modified: trunk/varnish-cache/bin/varnishd/cache_fetch.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_fetch.c 2008-07-18 21:30:01 UTC (rev 2951)
+++ trunk/varnish-cache/bin/varnishd/cache_fetch.c 2008-07-19 06:43:34 UTC (rev 2952)
@@ -113,7 +113,7 @@
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.