[master] 6a93c36 more typos fixed

Nils Goroll nils.goroll at uplex.de
Tue Jul 26 00:46:08 CEST 2016


commit 6a93c366d840b2de278c882f4afc9e69c722789f
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Jul 26 00:41:56 2016 +0200

    more typos fixed
    
    Thx @fgs

diff --git a/bin/varnishhist/varnishhist_options.h b/bin/varnishhist/varnishhist_options.h
index 682d1e1..6b708b6 100644
--- a/bin/varnishhist/varnishhist_options.h
+++ b/bin/varnishhist/varnishhist_options.h
@@ -49,7 +49,7 @@
 	VOPT("P:", "[-P <[cb:]tag:field_num:min:max>]",		\
 	    "Custom profile definition",				\
 	    " Graph the given custom definition defined as: an optional"\
-	    " (c)lient or (b)backend filter (defaults to client), the " \
+	    " (c)lient or (b)ackend filter (defaults to client), the "	\
 	    " tag we'll look for, and the field number of the value we" \
 	    " are interested in. min and max are the boundaries of the" \
 	    " graph (these are power of ten)."				\
@@ -58,7 +58,7 @@
 #define HIS_OPT_B							\
 	VOPT("B:", "[-B <factor>]",					\
 	    "Time bending",						\
-	    "Factor to bend time by. Particularly usedful when"	\
+	    "Factor to bend time by. Particularly useful when"		\
 	    " [-r]eading from a vsl file. =1 process in near real"	\
 	    " time, <1 slow-motion, >1 time-lapse (useless unless"	\
 	    " reading from a file). At runtime, < halves and"		\



More information about the varnish-commit mailing list