[master] bab3db5 Fix typo

Federico G. Schwindt fgsch at lodoss.net
Thu Jan 22 16:21:11 CET 2015


commit bab3db55cb66c063ff3a319f5ad50b4850121e31
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Jan 22 15:21:13 2015 +0000

    Fix typo
    
    Spotted by: scn

diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index 487e52d..93ef0b7 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -81,7 +81,7 @@ Description
 	Logs the string *s* to the shared memory log, using VSL tag
 	*SLT_VCL_Log*.
 Example
-	std.log("Something fishy is going on with the vhost " + req.host);
+	std.log("Something fishy is going on with the vhost " + req.http.host);
 
 $Function VOID syslog(INT priority, STRING_LIST s)
 



More information about the varnish-commit mailing list