classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] Patch: FYI: typo fix


From: Tom Tromey
Subject: Re: [cp-patches] Patch: FYI: typo fix
Date: 25 Oct 2005 10:15:18 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Michael> There is still a typo: beween => between.

Oops, didn't notice that :-)
Fixed as appended.

Tom

2005-10-25  Tom Tromey  <address@hidden>

        * java/io/ObjectOutputStream.java (useProtocolVersion): Typo fix.

Index: java/io/ObjectOutputStream.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/io/ObjectOutputStream.java,v
retrieving revision 1.61
diff -u -r1.61 ObjectOutputStream.java
--- java/io/ObjectOutputStream.java     25 Oct 2005 00:25:37 -0000      1.61
+++ java/io/ObjectOutputStream.java     25 Oct 2005 16:20:52 -0000
@@ -548,7 +548,7 @@
    * version)</code> is provided to change the default protocol
    * version.
    *
-   * For an explanation of the differences beween the two protocols
+   * For an explanation of the differences between the two protocols
    * see XXX: the Java ObjectSerialization Specification.
    *
    * @exception IOException if <code>version</code> is not a valid




reply via email to

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