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 2013/07/02 17:34:32 UTC

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

Author: ggregory
Date: Tue Jul  2 15:34:32 2013
New Revision: 1498981

URL: http://svn.apache.org/r1498981
Log:
Use US English spelling.

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

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/VFS.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/VFS.java?rev=1498981&r1=1498980&r2=1498981&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/VFS.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/VFS.java Tue Jul  2 15:34:32 2013
@@ -81,7 +81,7 @@ public final class VFS
 
             try
             {
-                // Initialise
+                // Initialize
                 final Method initMethod = mgrClass.getMethod("init", (Class[]) null);
                 initMethod.invoke(mgr, (Object[]) null);
             }