[master] 7554a4485 Spelling
    Federico G. Schwindt 
    fgsch at lodoss.net
       
    Sun Apr 21 09:50:07 UTC 2019
    
    
  
commit 7554a4485a83106e28000d05b92655f60704d96e
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Sat Apr 20 17:49:39 2019 +0100
    Spelling
diff --git a/bin/varnishd/cache/cache_http.c b/bin/varnishd/cache/cache_http.c
index 717fa2feb..f1b40c861 100644
--- a/bin/varnishd/cache/cache_http.c
+++ b/bin/varnishd/cache/cache_http.c
@@ -519,7 +519,7 @@ http_split(const char **src, const char *stop, const char *sep,
  * Comparison rule for tokens:
  *	if target string starts with '"', we use memcmp() and expect closing
  *	double quote as well
- *	otherwise we use strncascmp()
+ *	otherwise we use strncasecmp()
  *
  * On match we increment *bp past the token name.
  */
    
    
More information about the varnish-commit
mailing list