This is an automated email from the ASF dual-hosted git repository.
shinrich 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 9d2e6df Fix typo in header_normalize plugin.
9d2e6df is described below
commit 9d2e6df5f8a4f5899fe0f7f7441fda7dedf3d15c
Author: Susan Hinrichs <[email protected]>
AuthorDate: Wed Aug 8 16:27:36 2018 +0000
Fix typo in header_normalize plugin.
---
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 */)
{
}