[PATCH] Fix for the typos

Benjamin Kerensa bkerensa at ubuntu.com
Mon Mar 11 03:28:58 CET 2013


>From ff54983150df5c9c5a33a6f749cc52ffc17724ac Mon Sep 17 00:00:00 2001
From: Benjamin Kerensa <bkerensa at ubuntu.com>
Date: Sun, 10 Mar 2013 19:23:52 -0700
Subject: [PATCH] Fix Typos

---
 bin/varnishd/mgt/mgt_main.c     | 2 +-
 bin/varnishd/mgt/mgt_param.c    | 2 +-
 doc/sphinx/reference/params.rst | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/varnishd/mgt/mgt_main.c b/bin/varnishd/mgt/mgt_main.c
index b41133c..a111481 100644
--- a/bin/varnishd/mgt/mgt_main.c
+++ b/bin/varnishd/mgt/mgt_main.c
@@ -180,7 +180,7 @@ usage(void)
 	fprintf(stderr, FMT, "-T address:port",
 	    "Telnet listen address and port");
 	fprintf(stderr, FMT, "-V", "version");
-	fprintf(stderr, FMT, "-u user", "Priviledge separation user id");
+	fprintf(stderr, FMT, "-u user", "Privilege separation user id");
 #undef FMT
 	exit(1);
 }
diff --git a/bin/varnishd/mgt/mgt_param.c b/bin/varnishd/mgt/mgt_param.c
index ebb784d..f83fb84 100644
--- a/bin/varnishd/mgt/mgt_param.c
+++ b/bin/varnishd/mgt/mgt_param.c
@@ -725,7 +725,7 @@ mcf_param_show(struct cli *cli, const char * const
*av, void *priv)
 }

 /*--------------------------------------------------------------------
- * Mark paramters as protected
+ * Mark parameters as protected
  */

 void
diff --git a/doc/sphinx/reference/params.rst b/doc/sphinx/reference/params.rst
index 1f9a486..1abc0fe 100644
--- a/doc/sphinx/reference/params.rst
+++ b/doc/sphinx/reference/params.rst
@@ -230,7 +230,7 @@ http_max_hdr
 	- Default: 64

 	Maximum number of HTTP headers we will deal with in client request
or backend reponses.  Note that the first line occupies five header
fields.
-	This paramter does not influence storage consumption, objects
allocate exact space for the headers they store.
+	This parameter does not influence storage consumption, objects
allocate exact space for the headers they store.

 http_range_support
 	- Units: bool
@@ -533,7 +533,7 @@ thread_stats_rate
 	- Flags: experimental

 	Worker threads accumulate statistics, and dump these into the global
stats counters if the lock is free when they finish a request.
-	This parameters defines the maximum number of requests a worker
thread may handle, before it is forced to dump its accumulated stats
into the global counters.
+	This parameter defines the maximum number of requests a worker
thread may handle, before it is forced to dump its accumulated stats
into the global counters.

 user
 	- Default: magic
-- 
1.8.1.2



More information about the varnish-dev mailing list