Repository: trafficserver
Updated Branches:
  refs/heads/master 4b0cd6a13 -> c07031cc6


Fixing spelling mistake


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c07031cc
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c07031cc
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c07031cc

Branch: refs/heads/master
Commit: c07031cc6947643882d1354a8ebfed617621fc84
Parents: 4b0cd6a
Author: Brian Geffon <bri...@apache.org>
Authored: Fri Sep 5 15:26:10 2014 -0700
Committer: Brian Geffon <bri...@apache.org>
Committed: Fri Sep 5 15:26:10 2014 -0700

----------------------------------------------------------------------
 lib/atscppapi/src/utils_internal.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c07031cc/lib/atscppapi/src/utils_internal.cc
----------------------------------------------------------------------
diff --git a/lib/atscppapi/src/utils_internal.cc 
b/lib/atscppapi/src/utils_internal.cc
index 460b370..2930c97 100644
--- a/lib/atscppapi/src/utils_internal.cc
+++ b/lib/atscppapi/src/utils_internal.cc
@@ -106,7 +106,7 @@ void inline invokePluginForEvent(Plugin *plugin, TSHttpTxn 
ats_txn_handle, TSEve
   case TS_EVENT_HTTP_POST_REMAP:
     plugin->handleReadRequestHeadersPostRemap(transaction);
 
-    // This is hear to force a refresh of the cached client request url
+    // This is here to force a refresh of the cached client request url
     TSMBuffer hdr_buf;
     TSMLoc hdr_loc;
     TSHttpTxnClientReqGet(static_cast<TSHttpTxn>(transaction.getAtsHandle()), 
&hdr_buf, &hdr_loc);

Reply via email to