This is an automated email from the ASF dual-hosted git repository.
rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new af8a975 Fix typo in DiagsConfig
af8a975 is described below
commit af8a975a6e1eacfc92d2c39d54ce9bdd4f52c87d
Author: takkitano <[email protected]>
AuthorDate: Wed Apr 29 15:03:20 2020 +0900
Fix typo in DiagsConfig
---
proxy/shared/DiagsConfig.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/shared/DiagsConfig.cc b/proxy/shared/DiagsConfig.cc
index 9c5c8be..4301c01 100644
--- a/proxy/shared/DiagsConfig.cc
+++ b/proxy/shared/DiagsConfig.cc
@@ -253,7 +253,7 @@ DiagsConfig::DiagsConfig(std::string_view prefix_string,
const char *filename, c
ats_scoped_str logpath;
////////////////////////////////////////////////////////////////////
- // If we aren't using the manager records for configuation //
+ // If we aren't using the manager records for configuration //
// just build the tables based on command line parameters and //
// exit //
////////////////////////////////////////////////////////////////////