[master] 0e2200e Spelling

Federico G. Schwindt fgsch at lodoss.net
Tue Aug 29 22:17:05 CEST 2017


commit 0e2200e2b5b213521bf8ec2a9babe98d560c23b3
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Aug 29 09:07:26 2017 +0100

    Spelling

diff --git a/bin/varnishd/cache/cache.h b/bin/varnishd/cache/cache.h
index 7645198..d8e5dcb 100644
--- a/bin/varnishd/cache/cache.h
+++ b/bin/varnishd/cache/cache.h
@@ -86,7 +86,7 @@ enum sess_close {
 };
 
 /*--------------------------------------------------------------------
- * Indicies into http->hd[]
+ * Indices into http->hd[]
  */
 enum {
 #define SLTH(tag, ind, req, resp, sdesc, ldesc)	ind,
diff --git a/bin/varnishd/mgt/mgt_main.c b/bin/varnishd/mgt/mgt_main.c
index 37d9297..ac35a7e 100644
--- a/bin/varnishd/mgt/mgt_main.c
+++ b/bin/varnishd/mgt/mgt_main.c
@@ -147,7 +147,7 @@ usage(void)
 	printf("\nAdvanced/Dev/Debug options:\n");
 
 	printf(FMT, "-d", "debug mode");
-	printf(FMT, "", "Stay in forground, CLI on stdin.");
+	printf(FMT, "", "Stay in foreground, CLI on stdin.");
 	printf(FMT, "-C", "Output VCL code compiled to C language");
 	printf(FMT, "-V", "version");
 	printf(FMT, "-h kind[,options]", "Hash specification");
diff --git a/include/vapi/vsm.h b/include/vapi/vsm.h
index 9154a0b..cd73870 100644
--- a/include/vapi/vsm.h
+++ b/include/vapi/vsm.h
@@ -113,7 +113,7 @@ int VSM_Attach(struct vsm *, int progress);
 	 * Attach to the master process VSM segment, according to
 	 * the 't' argument.  If `progress_fd` is non-negative, a
 	 * period ('.') will be output for each second waited, and if
-	 * any periods were output, a NL ('\n') is outout before the
+	 * any periods were output, a NL ('\n') is output before the
 	 * function returns.
 	 *
 	 * Returns:



More information about the varnish-commit mailing list