From 2462e7b69a301e6b844c197583e20057306a6e18 Mon Sep 17 00:00:00 2001 From: Walter Karas Date: Thu, 28 Jan 2021 11:40:21 -0600 Subject: [PATCH] Fix comment in include/tscore/Filenames.h. --- 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 6fe0eb8f460..60d8441bd1d 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";