[master] 65ba04b re-fix two spelling nits

Nils Goroll nils.goroll at uplex.de
Tue Sep 13 00:02:12 CEST 2016


commit 65ba04b126546e70c03f63ecb1fcdb7f0d3ea587
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Sep 12 23:59:56 2016 +0200

    re-fix two spelling nits
    
    Big thank you to fgs for the rest of the spell correction!

diff --git a/lib/libvmod_directors/vmod.vcc b/lib/libvmod_directors/vmod.vcc
index a43f5e4..c3e2a8a 100644
--- a/lib/libvmod_directors/vmod.vcc
+++ b/lib/libvmod_directors/vmod.vcc
@@ -275,12 +275,12 @@ Varnish servers:
   increase efficiency (scales by the number of servers).
 
 * Another application is to implement persistence of backend requests,
-  such that all requests sharing a certain criteria (such as an IP
+  such that all requests sharing a certain criterion (such as an IP
   address or session ID) get forwarded to the same backend server.
 
 When used with clusters of varnish servers, the shard director will,
 if otherwise configured equally, make the same decision on all
-servers. In other words, requests sharing a common criteria used as
+servers. In other words, requests sharing a common criterion used as
 the shard key will be balanced onto the same backend server(s) no
 matter which Varnish server handles the request.
 



More information about the varnish-commit mailing list