You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/08/08 19:20:54 UTC

[trafficserver] branch 8.0.x updated: Fix typo in header_normalize plugin.

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 <sh...@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 */)
 {
 }