I'm checking this in.
It fixes a typo I found.

Tom

2006-06-10  Tom Tromey  <[EMAIL PROTECTED]>

        * java/io/File.java (pathSeparator): Typo fix.

Index: java/io/File.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/io/File.java,v
retrieving revision 1.62
diff -u -r1.62 File.java
--- java/io/File.java   7 Jun 2006 15:09:41 -0000       1.62
+++ java/io/File.java   10 Jun 2006 21:37:59 -0000
@@ -82,7 +82,7 @@
   
   /**
    * This is the string that is used to separate the host name from the
-   * path name in paths than include the host name.  It is the value of
+   * path name in paths that include the host name.  It is the value of
    * the <code>path.separator</code> system property.
    */
   public static final String pathSeparator

Reply via email to