This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch 9.1.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 255cd5ec91da47ccacf2280a1807e372d12acc1c Author: Walt Karas <[email protected]> AuthorDate: Thu Jan 28 15:13:47 2021 -0600 Fix comment in include/tscore/Filenames.h. (#7457) --- include/tscore/Filenames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tscore/Filenames.h b/include/tscore/Filenames.h index 6fe0eb8..60d8441 100644 --- a/include/tscore/Filenames.h +++ b/include/tscore/Filenames.h @@ -30,7 +30,7 @@ namespace filename constexpr const char *VOLUME = "volume.config"; constexpr const char *PLUGIN = "plugin.config"; - // These still need to have their corrensponding records.config settings remove + // These still need to have their corresponding records.config settings removed. constexpr const char *LOGGING = "logging.yaml"; constexpr const char *CACHE = "cache.config"; constexpr const char *IP_ALLOW = "ip_allow.yaml";
