[master] 01da10d20 spelling: compatible

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 19 12:44:07 UTC 2024


commit 01da10d207816e260ccb5ed21179c7de669d7a96
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 08:30:54 2024 -0400

    spelling: compatible
    
    Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>

diff --git a/bin/varnishd/cache/cache_rfc2616.c b/bin/varnishd/cache/cache_rfc2616.c
index a91c9f862..637450a67 100644
--- a/bin/varnishd/cache/cache_rfc2616.c
+++ b/bin/varnishd/cache/cache_rfc2616.c
@@ -78,7 +78,7 @@ rfc2616_time(const char *p)
 		ep++;
 	/* We accept ',' as an end character because we may be parsing a
 	 * multi-element Cache-Control part. We accept '.' to be future
-	 * compatble with fractional seconds. */
+	 * compatible with fractional seconds. */
 	if (*ep == '\0' || *ep == ',' || *ep == '.')
 		return (val);
 	return (0);


More information about the varnish-commit mailing list