This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch 8.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/8.0.x by this push: new 21c9fea Fix typo in header_normalize plugin. 21c9fea is described below commit 21c9fea32822e3f36d9d05df4312296cf57d6205 Author: Susan Hinrichs <shinr...@oath.com> AuthorDate: Wed Aug 8 16:27:36 2018 +0000 Fix typo in header_normalize plugin. (cherry picked from commit 9d2e6df5f8a4f5899fe0f7f7441fda7dedf3d15c) --- plugins/experimental/header_normalize/header_normalize.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/experimental/header_normalize/header_normalize.cc b/plugins/experimental/header_normalize/header_normalize.cc index d573ae6..1dddf35 100644 --- a/plugins/experimental/header_normalize/header_normalize.cc +++ b/plugins/experimental/header_normalize/header_normalize.cc @@ -172,7 +172,7 @@ TSRemapNewInstance(int /* argc */, char * /* argv[] */, void ** /* ih */, char * } void -TSRemapDelteInstance(void * /* ih */) +TSRemapDeleteInstance(void * /* ih */) { }