소스 검색

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 년 전
부모
커밋
918a5530e0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)