[master] c4e6da1 Fix some typos

Federico G. Schwindt fgsch at lodoss.net
Mon Jan 20 13:56:45 CET 2014


commit c4e6da14857a2a81842e4e5a3e7a78252255047d
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Jan 20 12:53:28 2014 +0000

    Fix some typos

diff --git a/bin/varnishd/cache/cache_backend.c b/bin/varnishd/cache/cache_backend.c
index 3b643fc..6cdf3d0 100644
--- a/bin/varnishd/cache/cache_backend.c
+++ b/bin/varnishd/cache/cache_backend.c
@@ -203,7 +203,7 @@ vbe_CheckFd(int fd)
 
 /*--------------------------------------------------------------------
  * Manage a pool of vbc structures.
- * XXX: as an experiment, make this caching controled by a parameter
+ * XXX: as an experiment, make this caching controlled by a parameter
  * XXX: so we can see if it has any effect.
  */
 
diff --git a/bin/varnishd/cache/cache_fetch_proc.c b/bin/varnishd/cache/cache_fetch_proc.c
index f104646..5f33394 100644
--- a/bin/varnishd/cache/cache_fetch_proc.c
+++ b/bin/varnishd/cache/cache_fetch_proc.c
@@ -209,7 +209,7 @@ VFP_Fetch_Body(struct busyobj *bo, ssize_t est)
 			 */
 			AN(bo->fetch_objcore->flags & OC_F_PASS);
 			VSLb(bo->vsl, SLT_FetchError,
-			    "Pass delivery abandonned");
+			    "Pass delivery abandoned");
 			vfps = VFP_END;
 			bo->should_close = 1;
 			break;
diff --git a/bin/varnishd/cache/cache_req_fsm.c b/bin/varnishd/cache/cache_req_fsm.c
index 11c5c84..42ed08c 100644
--- a/bin/varnishd/cache/cache_req_fsm.c
+++ b/bin/varnishd/cache/cache_req_fsm.c
@@ -157,7 +157,7 @@ cnt_deliver(struct worker *wrk, struct req *req)
 		/*
 		 * No point in saving the body if it is hit-for-pass,
 		 * but we can't yank it until the fetching thread has
-		 * finished/abandonned also.
+		 * finished/abandoned also.
 		 */
 		while (req->obj->objcore->busyobj != NULL)
 			(void)usleep(100000);
diff --git a/bin/varnishd/cache/cache_vary.c b/bin/varnishd/cache/cache_vary.c
index bfc8686..4402273 100644
--- a/bin/varnishd/cache/cache_vary.c
+++ b/bin/varnishd/cache/cache_vary.c
@@ -239,7 +239,7 @@ VRY_Prep(struct req *req)
 }
 
 /**********************************************************************
- * Finish predictive vary procssing
+ * Finish predictive vary processing
  */
 
 void
@@ -330,7 +330,7 @@ VRY_Match(struct req *req, const uint8_t *vary)
 			assert(i == 0 || i == 2);
 		}
 		if (i == 0) {
-			/* Same header, same contents*/
+			/* Same header, same contents */
 			vsp += VRY_Len(vsp);
 			vary += VRY_Len(vary);
 		} else if (i == 2) {



More information about the varnish-commit mailing list