[master] 8b8adc6 Fix typo in HTTP header name

Tollef Fog Heen tfheen at varnish-cache.org
Tue Apr 10 10:57:00 CEST 2012


commit 8b8adc6c79cfd64578ca5bdf4a8f1f4768f7a68b
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Tue Apr 10 10:27:33 2012 +0200

    Fix typo in HTTP header name

diff --git a/include/tbl/http_headers.h b/include/tbl/http_headers.h
index 3f2c50a..758c7e6 100644
--- a/include/tbl/http_headers.h
+++ b/include/tbl/http_headers.h
@@ -56,7 +56,7 @@ HTTPH("Authorization",		H_Authorization,	0					  )	/* RFC2616 14.8 */
 HTTPH("Cache-Control",		H_Cache_Control,		       HTTPH_R_FETCH		  )	/* RFC2616 14.9 */
 HTTPH("Connection",		H_Connection,		HTTPH_R_PASS | HTTPH_R_FETCH | HTTPH_A_INS)	/* RFC2616 14.10 */
 HTTPH("Content-Encoding",	H_Content_Encoding,	0					  )	/* RFC2616 14.11 */
-HTTPH("Content-Langugae",	H_Content_Language,	0					  )	/* RFC2616 14.12 */
+HTTPH("Content-Language",	H_Content_Language,	0					  )	/* RFC2616 14.12 */
 HTTPH("Content-Length",		H_Content_Length,		       HTTPH_R_FETCH | HTTPH_A_INS)	/* RFC2616 14.13 */
 HTTPH("Content-Location",	H_Content_Location,	0					  )	/* RFC2616 14.14 */
 HTTPH("Content-MD5",		H_Content_MD5,		0					  )	/* RFC2616 14.15 */



More information about the varnish-commit mailing list