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: 24 Oct 2005 18:18:44 -0600

I'm checking this in.
This fixes a small javadoc typo I happened to see.

Tom

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

        * java/io/ObjectOutputStream.java (useProtocolVersion): Fixed typo
        in javadoc.

Index: java/io/ObjectOutputStream.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/io/ObjectOutputStream.java,v
retrieving revision 1.60
diff -u -r1.60 ObjectOutputStream.java
--- java/io/ObjectOutputStream.java     2 Oct 2005 23:41:22 -0000       1.60
+++ java/io/ObjectOutputStream.java     25 Oct 2005 00:22:12 -0000
@@ -548,7 +548,7 @@
    * version)</code> is provided to change the default protocol
    * version.
    *
-   * For an explination of the differences beween the two protocols
+   * For an explanation of the differences beween 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]