You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/03/13 22:12:37 UTC

git commit: TS-1745: fix typos

Updated Branches:
  refs/heads/master d19dabf79 -> cbfba1aeb


TS-1745: fix typos


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

Branch: refs/heads/master
Commit: cbfba1aebcff7b0b3e0e7d394c41f515db8911da
Parents: d19dabf
Author: Benjamin Kerensa <bk...@ubuntu.com>
Authored: Wed Mar 13 14:10:11 2013 -0700
Committer: James Peach <jp...@apache.org>
Committed: Wed Mar 13 14:12:29 2013 -0700

----------------------------------------------------------------------
 CHANGES                            |    6 +++++-
 iocore/eventsystem/I_VConnection.h |    2 +-
 mgmt/FileManager.cc                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cbfba1ae/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 7f71c51..111a9b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
   Changes with Apache Traffic Server 3.3.2
-  
+
+
+  *) [TS-1745] fix typos
+   Author: Benjamin Kerensa <bk...@ubuntu.com>
+
   *) [TS-1671] remove AlarmListable from overviewRecord
    Author: Yunkai Zhang <qi...@taobao.com>
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cbfba1ae/iocore/eventsystem/I_VConnection.h
----------------------------------------------------------------------
diff --git a/iocore/eventsystem/I_VConnection.h b/iocore/eventsystem/I_VConnection.h
index bae1247..5f68a61 100644
--- a/iocore/eventsystem/I_VConnection.h
+++ b/iocore/eventsystem/I_VConnection.h
@@ -330,7 +330,7 @@ public:
   virtual void reenable_re(VIO *vio);
 
   /**
-    Convenience function to retreive information from VConnection.
+    Convenience function to retrieve information from VConnection.
 
     This function is provided as a convenience for state machines
     to transmit information from/to a VConnection without breaking

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cbfba1ae/mgmt/FileManager.cc
----------------------------------------------------------------------
diff --git a/mgmt/FileManager.cc b/mgmt/FileManager.cc
index e023f1a..38af46e 100644
--- a/mgmt/FileManager.cc
+++ b/mgmt/FileManager.cc
@@ -642,7 +642,7 @@ FileManager::copyFile(Rollback * rb, const char *snapPath)
   //
   // The Rollback lock is held by CALLEE
   if (rb->getVersion_ml(rb->getCurrentVersion(), &copyBuf) != OK_ROLLBACK) {
-    mgmt_log(stderr, "[FileManager::copyFile] Unable to retreive current version of %s\n", fileName);
+    mgmt_log(stderr, "[FileManager::copyFile] Unable to retrieve current version of %s\n", fileName);
     return SNAP_FILE_ACCESS_FAILED;
   }
   // Create the new file