You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/02/09 20:30:47 UTC

svn commit: r1242470 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileName.java

Author: ggregory
Date: Thu Feb  9 19:30:46 2012
New Revision: 1242470

URL: http://svn.apache.org/viewvc?rev=1242470&view=rev
Log:
Use US Engligh in Javadocs: normalized -> normalised

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileName.java

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileName.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileName.java?rev=1242470&r1=1242469&r2=1242470&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileName.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileName.java Thu Feb  9 19:30:46 2012
@@ -53,7 +53,7 @@ public interface FileName extends Compar
 
     /**
      * Returns the absolute path of this file, within its file system.  This
-     * path is normalised, so that <code>.</code> and <code>..</code> elements
+     * path is normalized, so that <code>.</code> and <code>..</code> elements
      * have been removed.  Also, the path only contains <code>/</code> as its
      * separator character.  The path always starts with <code>/</code>
      * <p/>
@@ -65,7 +65,7 @@ public interface FileName extends Compar
 
     /**
      * Returns the absolute path of this file, within its file system.  This
-     * path is normalised, so that <code>.</code> and <code>..</code> elements
+     * path is normalized, so that <code>.</code> and <code>..</code> elements
      * have been removed.  Also, the path only contains <code>/</code> as its
      * separator character.  The path always starts with <code>/</code>
      * <p/>