You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2011/10/07 14:22:49 UTC

svn commit: r1180019 - /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Author: stevel
Date: Fri Oct  7 12:22:48 2011
New Revision: 1180019

URL: http://svn.apache.org/viewvc?rev=1180019&view=rev
Log:
HADOOP-7727 fix some typos and tabs in CHANGES.TXT

Modified:
    hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1180019&r1=1180018&r2=1180019&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Fri Oct  7 12:22:48 2011
@@ -24,8 +24,8 @@ Trunk (unreleased changes)
     HADOOP-7693. Enhance AvroRpcEngine to support the new #addProtocol
                  interface introduced in HADOOP-7524.  (cutting)
 
-	  HADOOP-7716. RPC protocol registration on SS does not log the protocol name
-	               (only the class which may be different) (sanjay)
+    HADOOP-7716. RPC protocol registration on SS does not log the protocol name
+                 (only the class which may be different) (sanjay)
 
     HADOOP-7717. Move handling of concurrent client fail-overs to
                  RetryInvocationHandler (atm)
@@ -48,7 +48,7 @@ Trunk (unreleased changes)
     HADOOP-6220. HttpServer wraps InterruptedExceptions by IOExceptions if interrupted 
                  in startup (stevel)
 
-    HADOOP-7703. Improved excpetion handling of shutting down web server.
+    HADOOP-7703. Improved exception handling of shutting down web server.
     (Devaraj K via Eric Yang)
 
     HADOOP-7704. Reduce number of object created by JMXJsonServlet.