[4.1] 463feeb Fix typo

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 14 15:15:06 CET 2016


commit 463feebc628a2ae67fbe62f226c03853bf01d28b
Author: Andrew Martin <sublimino at gmail.com>
Date:   Wed Nov 18 12:33:19 2015 +0000

    Fix typo
    
    `orderto` -> `order to` for docs at https://www.varnish-cache.org/docs/trunk/reference/varnishd.html

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 1968df4..41f5b86 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -733,7 +733,7 @@ PARAM(
 	/* units */	allocations,
 	/* flags */	0| EXPERIMENTAL,
 	/* s-text */
-	"Maximum number of objects we attempt to nuke in orderto make "
+	"Maximum number of objects we attempt to nuke in order to make "
 	"space for a object body.\n",
 	/* l-text */	"",
 	/* func */	NULL



More information about the varnish-commit mailing list