[master] 85b8869 Fix typos

Tollef Fog Heen tfheen at varnish-cache.org
Mon Mar 11 08:59:55 CET 2013


commit 85b8869f49b0fb3d0b4cdd356572216475684285
Author: Benjamin Kerensa <bkerensa at ubuntu.com>
Date:   Mon Mar 11 08:43:18 2013 +0100

    Fix typos

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



More information about the varnish-commit mailing list