[master] 30b26ae Spelling

Federico G. Schwindt fgsch at lodoss.net
Mon May 28 20:05:14 UTC 2018


commit 30b26aea8f8a292372084ad2a47e179c33df9d46
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon May 28 21:04:17 2018 +0100

    Spelling

diff --git a/bin/varnishd/VSC_main.vsc b/bin/varnishd/VSC_main.vsc
index dbcbcdf..4749eb5 100644
--- a/bin/varnishd/VSC_main.vsc
+++ b/bin/varnishd/VSC_main.vsc
@@ -36,42 +36,42 @@
 	Count of failures to accept TCP connection.
 
 	This counter is the sum of the sess_fail_* counters, which
-	give more detailled information.
+	give more detailed information.
 
 .. varnish_vsc:: sess_fail_econnaborted
 	:oneliner:	Session accept failures: connection aborted
 
-	Detailled reason for sess_fail: Connection aborted by the
+	Detailed reason for sess_fail: Connection aborted by the
 	client, usually harmless.
 
 .. varnish_vsc:: sess_fail_eintr
 	:oneliner:	Session accept failures: interrupted system call
 
-	Detailled reason for sess_fail: The accept() call was
+	Detailed reason for sess_fail: The accept() call was
 	interrupted, usually harmless
 
 .. varnish_vsc:: sess_fail_emfile
 	:oneliner:	Session accept failures: too many open files
 
-	Detailled reason for sess_fail: No file descriptor was
+	Detailed reason for sess_fail: No file descriptor was
 	available. Consider raising RLIMIT_NOFILE (see ulimit -n).
 
 .. varnish_vsc:: sess_fail_ebadf
 	:oneliner:	Session accept failures: bad file descriptor
 
-	Detailled reason for sess_fail: The listen socket file
+	Detailed reason for sess_fail: The listen socket file
 	descriptor was invalid. Should never happen.
 
 .. varnish_vsc:: sess_fail_enomem
 	:oneliner:	Session accept failures: not enough memory
 
-	Detailled reason for sess_fail: Most likely insufficient
+	Detailed reason for sess_fail: Most likely insufficient
 	socket buffer memory. Should never happen
 
 .. varnish_vsc:: sess_fail_other
 	:oneliner:	Session accept failures: other
 
-	Detailled reason for sess_fail: neither of the above, see
+	Detailed reason for sess_fail: neither of the above, see
 	Debug log (varnishlog -g raw -I Debug:^Accept).
 
 .. varnish_vsc:: client_req_400
@@ -374,7 +374,7 @@
 
 
 .. varnish_vsc:: s_synth
-	:oneliner:	Total synthethic responses made
+	:oneliner:	Total synthetic responses made
 
 
 .. varnish_vsc:: s_req_hdrbytes


More information about the varnish-commit mailing list