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 2013/12/14 22:51:48 UTC

[39/50] git commit: TS-312: s/sever/server/

TS-312: s/sever/server/


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

Branch: refs/heads/5.0.x
Commit: 39862b62afa2125e22e7072fe9a7821f38c5e4cf
Parents: 5cce736
Author: James Peach <jp...@apache.org>
Authored: Tue Dec 10 10:09:10 2013 -0800
Committer: James Peach <jp...@apache.org>
Committed: Tue Dec 10 10:09:10 2013 -0800

----------------------------------------------------------------------
 mgmt/RecordsConfig.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/39862b62/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 4b69724..94b9055 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -446,7 +446,7 @@ RecordElement RecordsConfig[] = {
   ,
   {RECT_CONFIG, "proxy.config.http.origin_min_keep_alive_connections", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.http.attach_sever_session_to_client", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
+  {RECT_CONFIG, "proxy.config.http.attach_server_session_to_client", RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
   ,
 
   //       ##########################