[master] d4896b9 Fix typo
Lasse Karstensen
lkarsten at varnish-software.com
Mon Nov 23 14:56:32 CET 2015
commit d4896b9dd003ba7c5f55af8c4a50aac26353ba3c
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