You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2014/03/13 06:13:20 UTC

git commit: fix typo in comment

Repository: trafficserver
Updated Branches:
  refs/heads/master 059fd11a4 -> f7c688d3b


fix typo in comment

apppend -> append


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

Branch: refs/heads/master
Commit: f7c688d3bdc1c7c10808ae7e85bdad93fe87b4e0
Parents: 059fd11
Author: Igor Galić <i....@brainsware.org>
Authored: Thu Mar 13 06:11:46 2014 +0100
Committer: Igor Galić <i....@brainsware.org>
Committed: Thu Mar 13 06:11:46 2014 +0100

----------------------------------------------------------------------
 mgmt/api/include/mgmtapi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f7c688d3/mgmt/api/include/mgmtapi.h
----------------------------------------------------------------------
diff --git a/mgmt/api/include/mgmtapi.h b/mgmt/api/include/mgmtapi.h
index 7b962a6..7b88d92 100644
--- a/mgmt/api/include/mgmtapi.h
+++ b/mgmt/api/include/mgmtapi.h
@@ -1343,7 +1343,7 @@ extern "C"
  */
   TSError TSCfgContextMoveEleDown(TSCfgContext ctx, int index);
 
-/* TSCfgContextAppendEle: apppends the ele to the end of the TSCfgContext
+/* TSCfgContextAppendEle: appends the ele to the end of the TSCfgContext
  * Input:  ctx   - the TSCfgContext
  *         ele - the Ele (typecasted as an TSCfgEle) to append to ctx
  * Output: TSError