[master] 98923ba Fix use of backend where it should say director.

Lasse Karstensen lkarsten at varnish-software.com
Fri Jun 20 16:26:31 CEST 2014


commit 98923ba4b07bd5dbb0349e38e8d2ad711a2e67a4
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Tue Jun 10 13:33:50 2014 +0200

    Fix use of backend where it should say director.

diff --git a/lib/libvmod_directors/vmod.vcc b/lib/libvmod_directors/vmod.vcc
index 94b9349..bbfa0eb 100644
--- a/lib/libvmod_directors/vmod.vcc
+++ b/lib/libvmod_directors/vmod.vcc
@@ -132,7 +132,7 @@ Description
 
 	Each backend backend will receive approximately
 	100 * (weight / (sum(all_added_weights))) per cent of the traffic sent
-	to this backend.
+	to this director.
 
 Example
 	vdir.add_backend(backend1, 10);



More information about the varnish-commit mailing list