[4.0] b338ff8 Spelling
Lasse Karstensen
lkarsten at varnish-software.com
Thu Jan 15 16:35:39 CET 2015
commit b338ff80d9bcde2bc9b34051003a55c19a180ce3
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Thu Oct 9 13:01:55 2014 +0100
Spelling
diff --git a/include/tbl/vsc_f_main.h b/include/tbl/vsc_f_main.h
index 845fbcb..9c04907 100644
--- a/include/tbl/vsc_f_main.h
+++ b/include/tbl/vsc_f_main.h
@@ -38,7 +38,7 @@
* 'c' - Counter, never decreases.
* 'g' - Gauge, goes up and down
* 'i' - Integer (deprecated, use 'g')
- * e - Explantion: Short explanation of field (for screen use)
+ * e - Explanation: Short explanation of field (for screen use)
* d - Description: Long explanation of field (for doc use)
*
* Please describe Gauge variables as "Number of..." to indicate that
@@ -73,7 +73,7 @@ VSC_F(uptime, uint64_t, 0, 'a', info,
VSC_F(sess_conn, uint64_t, 1, 'c', info,
"Sessions accepted",
- "Count of sessions succesfully accepted"
+ "Count of sessions successfully accepted"
)
VSC_F(sess_drop, uint64_t, 1, 'c', info,
@@ -85,7 +85,7 @@ VSC_F(sess_fail, uint64_t, 1, 'c', info,
"Session accept failures",
"Count of failures to accept TCP connection."
" Either the client changed its mind, or the kernel ran out of"
- " some resource like filedescriptors."
+ " some resource like file descriptors."
)
VSC_F(sess_pipe_overflow, uint64_t, 1, 'c', info,
@@ -108,7 +108,7 @@ VSC_F(client_req_411, uint64_t, 1, 'a', info,
VSC_F(client_req_413, uint64_t, 1, 'a', info,
"Client requests received, subject to 413 errors",
- "413 means that HTTP headers execeeded length or count limits."
+ "413 means that HTTP headers exceeded length or count limits."
)
VSC_F(client_req_417, uint64_t, 1, 'a', info,
@@ -397,7 +397,7 @@ VSC_F(s_resp_hdrbytes, uint64_t, 1, 'a', info,
"Total response header bytes transmitted"
)
VSC_F(s_resp_bodybytes, uint64_t, 1, 'a', info,
- "Reponse body bytes",
+ "Response body bytes",
"Total response body bytes transmitted"
)
VSC_F(s_pipe_hdrbytes, uint64_t, 0, 'a', info,
More information about the varnish-commit
mailing list