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 ma...@apache.org on 2013/08/04 22:13:49 UTC

svn commit: r1510332 - /hadoop/common/branches/branch-1.2/CHANGES.txt

Author: mattf
Date: Sun Aug  4 20:13:49 2013
New Revision: 1510332

URL: http://svn.apache.org/r1510332
Log:
corrected minor typo in CHANGES.txt

Modified:
    hadoop/common/branches/branch-1.2/CHANGES.txt

Modified: hadoop/common/branches/branch-1.2/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.2/CHANGES.txt?rev=1510332&r1=1510331&r2=1510332&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.2/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1.2/CHANGES.txt Sun Aug  4 20:13:49 2013
@@ -39,7 +39,7 @@ Release 1.2.1 - 2013.07.15
     DataNode.checkDiskError calls. (Chris Nauroth via kihwal)
 
     HDFS-4261. Fix bugs in Balaner causing infinite loop and
-    TestBalancerWithNodeGroup timeing out.  (Junping Du via szetszwo)
+    TestBalancerWithNodeGroup timing out.  (Junping Du via szetszwo)
 
     MAPREDUCE-5260. Fix JvmManager to deal better with corner-cases in
     shutting down. (zhaoyunjiong via acmurthy)