classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: typo fix


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: typo fix
Date: 22 Sep 2005 08:48:22 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I'm checking this in.  This fixes a typo.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * java/io/FileWriter.java (FileWriter): Typo fix.

Index: java/io/FileWriter.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/io/FileWriter.java,v
retrieving revision 1.9
diff -u -r1.9 FileWriter.java
--- java/io/FileWriter.java     2 Jul 2005 20:32:37 -0000       1.9
+++ java/io/FileWriter.java     22 Sep 2005 14:52:24 -0000
@@ -119,7 +119,7 @@
    * This method intializes a new <code>FileWriter</code> object to 
    * write to the
    * specified named file.  This form of the constructor allows the caller
-   * to determin whether data should be written starting at the beginning or
+   * to determine whether data should be written starting at the beginning or
    * the end of the file.
    *
    * @param name The name of the file to write to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]