From 46d11a14e5b7bf32782e34357ab94b6d13057d92 Mon Sep 17 00:00:00 2001 From: Bryan Call Date: Fri, 21 May 2021 10:53:58 -0700 Subject: [PATCH] Fixed some spelling mistakes in comments --- proxy/hdrs/HTTP.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proxy/hdrs/HTTP.h b/proxy/hdrs/HTTP.h index b344f77132f..88f28540114 100644 --- a/proxy/hdrs/HTTP.h +++ b/proxy/hdrs/HTTP.h @@ -102,7 +102,7 @@ enum HTTPWarningCode { HTTP_WARNING_CODE_MISC_WARNING = 199 }; -/* squild log codes +/* squid log codes There is code (e.g. logstats) that depends on these errors coming at the end of this enum */ enum SquidLogCode { SQUID_LOG_EMPTY = '0', @@ -160,13 +160,13 @@ enum SquidLogCode { SQUID_LOG_ERR_UNKNOWN = 'Z' }; -// squild log subcodes +// squid log subcodes enum SquidSubcode { SQUID_SUBCODE_EMPTY = '0', SQUID_SUBCODE_NUM_REDIRECTIONS_EXCEEDED = '1', }; -/* squid hieratchy codes */ +/* squid hierarchy codes */ enum SquidHierarchyCode { SQUID_HIER_EMPTY = '0', SQUID_HIER_NONE = '1',