Browse Source

fix a typo in entry for HADOOP-2789

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@627491 13f79535-47bb-0310-9956-ffa450edef68
Raghu Angadi 17 years ago
parent
commit
918a5530e0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CHANGES.txt

+ 2 - 2
CHANGES.txt

@@ -39,8 +39,8 @@ Release 0.16.1 - Unrelease
 
   BUG FIXES
 
-    HADOO-2789. Race condition in IPC Server Responder that could close
-                connections early. (Raghu Angadi)
+    HADOOP-2789. Race condition in IPC Server Responder that could close
+                 connections early. (Raghu Angadi)
     
     HADOOP-2785. minor. Fix a typo in Datanode block verification 
                  (Raghu Angadi)