diff options
author | Tom Tromey <tromey@redhat.com> | 2005-10-25 00:25:37 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2005-10-25 00:25:37 +0000 |
commit | 72c2fe825cb9543bb97c921724fca003abe3076d (patch) | |
tree | aaad322a40a05e15cf052e54ef8ee5bfe3c53bf4 /java/io/ObjectOutputStream.java | |
parent | a2d1f55ea70ba689b864cd01d1abdf8e579f1cb7 (diff) | |
download | classpath-72c2fe825cb9543bb97c921724fca003abe3076d.tar.gz |
* java/io/ObjectOutputStream.java (useProtocolVersion): Fixed typo
in javadoc.
Diffstat (limited to 'java/io/ObjectOutputStream.java')
-rw-r--r-- | java/io/ObjectOutputStream.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/io/ObjectOutputStream.java b/java/io/ObjectOutputStream.java index 4cf5d9c69..7569cd0a7 100644 --- a/java/io/ObjectOutputStream.java +++ b/java/io/ObjectOutputStream.java @@ -548,7 +548,7 @@ public class ObjectOutputStream extends OutputStream * 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 |