[4.1] a8e36e0 "appearantly" > "apparently"

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 14 15:15:00 CET 2016


commit a8e36e00e4fd5ff97bc6691619fbe5bf97fe2d22
Author: Andrew Langhorn <andrew.langhorn at digital.cabinet-office.gov.uk>
Date:   Wed Sep 30 22:50:07 2015 +0100

    "appearantly" > "apparently"
    
    A very minor spelling fix for something I noticed whilst reading the source
    for CIDR notation inside ACLs.

diff --git a/lib/libvcc/vcc_acl.c b/lib/libvcc/vcc_acl.c
index 72dd304..b9722ce 100644
--- a/lib/libvcc/vcc_acl.c
+++ b/lib/libvcc/vcc_acl.c
@@ -241,7 +241,7 @@ vcc_acl_try_getaddrinfo(struct vcc *tl, struct acl_e *ae)
 /*--------------------------------------------------------------------
  * Ancient stupidity on the part of X/Open and other standards orgs
  * dictate that "192.168" be translated to 192.0.0.168.  Ever since
- * CIDR happened, "192.168/16" notation has been used, but appearantly
+ * CIDR happened, "192.168/16" notation has been used, but apparently
  * no API supports parsing this, so roll our own.
  */
 



More information about the varnish-commit mailing list