[master] 06399ae Fix typos

Tollef Fog Heen tfheen at varnish-cache.org
Thu Feb 3 14:35:45 CET 2011


commit 06399aeb9b9e3ea07b2bc82d9e400e0f6cb69cda
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Thu Feb 3 14:35:19 2011 +0100

    Fix typos
    
    Typos in documentation, thanks to Camiel Dobbelaar for spotting
    these.

diff --git a/bin/varnishd/mgt_param.c b/bin/varnishd/mgt_param.c
index 13e7b4b..70f1b3c 100644
--- a/bin/varnishd/mgt_param.c
+++ b/bin/varnishd/mgt_param.c
@@ -822,8 +822,8 @@ static const struct parspec input_parspec[] = {
 		"support for gzip to:\n"
 		"Accept-Encoding: gzip\n\n"
 		"Clients that do not support gzip will have their "
-		"Accept-Encoding header removed. For more information no how "
-		"gzip is implemted please see the chapter on gzip in the "
+		"Accept-Encoding header removed. For more information on how "
+		"gzip is implemented please see the chapter on gzip in the "
 		"Varnish reference.",
 		EXPERIMENTAL,
 		"on", "bool" },
diff --git a/doc/sphinx/reference/varnishd.rst b/doc/sphinx/reference/varnishd.rst
index 89eba40..aee66cb 100644
--- a/doc/sphinx/reference/varnishd.rst
+++ b/doc/sphinx/reference/varnishd.rst
@@ -519,7 +519,7 @@ http_gzip_support
 
 	Accept-Encoding: gzip
 
-	Clients that do not support gzip will have their Accept-Encoding header removed. For more information no how gzip is implemted please see the chapter on gzip in the Varnish reference.
+	Clients that do not support gzip will have their Accept-Encoding header removed. For more information on how gzip is implemented please see the chapter on gzip in the Varnish reference.
 
 http_headers
 	- Units: header lines



More information about the varnish-commit mailing list