This is an automated email from the ASF dual-hosted git repository.

cmcfarlen 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 24c7fd816a Minor spelling fix in remap shadowing warning (#12671)
24c7fd816a is described below

commit 24c7fd816a64b7b3891188c1ca06db9ed431e95d
Author: Matt Williams <[email protected]>
AuthorDate: Thu Nov 20 11:02:35 2025 +0900

    Minor spelling fix in remap shadowing warning (#12671)
---
 src/proxy/http/remap/UrlMappingPathIndex.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/proxy/http/remap/UrlMappingPathIndex.cc 
b/src/proxy/http/remap/UrlMappingPathIndex.cc
index 5fe09b24c3..70b8e7de5e 100644
--- a/src/proxy/http/remap/UrlMappingPathIndex.cc
+++ b/src/proxy/http/remap/UrlMappingPathIndex.cc
@@ -57,7 +57,7 @@ UrlMappingPathIndex::Insert(url_mapping *mapping)
     Dbg(dbg_ctl_UrlMappingPathIndex_Insert, "-- Checking for existing entry 
%*s", static_cast<int>(from_path.length()),
         from_path.data());
     if (auto retval = trie->Search(from_path.data(), from_path.length()); 
retval && retval->getRank() < mapping->getRank()) {
-      swoc::bwprint(ts::bw_dbg, "Exising remap {} shadows {}", 
retval->fromURL, mapping->fromURL);
+      swoc::bwprint(ts::bw_dbg, "Existing remap {} shadows {}", 
retval->fromURL, mapping->fromURL);
       Warning("%s", ts::bw_dbg.c_str());
     }
   }

Reply via email to