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 el...@apache.org on 2010/10/28 03:53:37 UTC

svn commit: r1028167 - in /hadoop/common/trunk: CHANGES.txt src/java/org/apache/hadoop/fs/FileSystem.java

Author: eli
Date: Thu Oct 28 01:53:36 2010
New Revision: 1028167

URL: http://svn.apache.org/viewvc?rev=1028167&view=rev
Log:
HADOOP-7010. Typo in FileSystem.java. Contributed by Jingguo Yao.

Modified:
    hadoop/common/trunk/CHANGES.txt
    hadoop/common/trunk/src/java/org/apache/hadoop/fs/FileSystem.java

Modified: hadoop/common/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/CHANGES.txt?rev=1028167&r1=1028166&r2=1028167&view=diff
==============================================================================
--- hadoop/common/trunk/CHANGES.txt (original)
+++ hadoop/common/trunk/CHANGES.txt Thu Oct 28 01:53:36 2010
@@ -150,6 +150,8 @@ Trunk (unreleased changes)
     HADOOP-7007. Update the hudson-test-patch ant target to work with the
     latest test-patch.sh script (gkesavan)
 
+    HADOOP-7010. Typo in FileSystem.java. (Jingguo Yao via eli)
+
   OPTIMIZATIONS
 
     HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).

Modified: hadoop/common/trunk/src/java/org/apache/hadoop/fs/FileSystem.java
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/src/java/org/apache/hadoop/fs/FileSystem.java?rev=1028167&r1=1028166&r2=1028167&view=diff
==============================================================================
--- hadoop/common/trunk/src/java/org/apache/hadoop/fs/FileSystem.java (original)
+++ hadoop/common/trunk/src/java/org/apache/hadoop/fs/FileSystem.java Thu Oct 28 01:53:36 2010
@@ -214,7 +214,7 @@ public abstract class FileSystem extends
   }
 
   /**
-   * Get the local file syste
+   * Get the local file system.
    * @param conf the configuration to configure the file system with
    * @return a LocalFileSystem
    */