summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-01-28 16:52:39 +0000
committerTom Tromey <tromey@redhat.com>2008-01-28 16:52:39 +0000
commitb3891c2b5980abfc7532ff9ef46e3539caab6cd2 (patch)
treea1341096114746b7fa0ae151622cc8d6078bee7d
parentca8fe39bec46c37e19fc9bc57e45021a20e8b00d (diff)
downloadclasspath-b3891c2b5980abfc7532ff9ef46e3539caab6cd2.tar.gz
2008-01-27 Bernhard Fischer <rep.dot.nop@gmail.com>
* java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment. * gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in exception message.
-rw-r--r--ChangeLog6
-rw-r--r--gnu/CORBA/GIOP/v1_2/RequestHeader.java2
-rw-r--r--java/util/SimpleTimeZone.java2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a9d0f4aba..da1c640ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-27 Bernhard Fischer <rep.dot.nop@gmail.com>
+
+ * java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment.
+ * gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in
+ exception message.
+
2008-01-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/README.jaxp: Fix typos.
diff --git a/gnu/CORBA/GIOP/v1_2/RequestHeader.java b/gnu/CORBA/GIOP/v1_2/RequestHeader.java
index 6b37b6c67..2afa4b3a1 100644
--- a/gnu/CORBA/GIOP/v1_2/RequestHeader.java
+++ b/gnu/CORBA/GIOP/v1_2/RequestHeader.java
@@ -153,7 +153,7 @@ public class RequestHeader
throw new NO_IMPLEMENT("Object addressing by IOP tagged profile");
case ReferenceAddr :
- throw new NO_IMPLEMENT("Object addressing by by IOR addressing info");
+ throw new NO_IMPLEMENT("Object addressing by IOR addressing info");
default :
MARSHAL m = new MARSHAL("Unknow addressing method in request, " +
diff --git a/java/util/SimpleTimeZone.java b/java/util/SimpleTimeZone.java
index 14821ba02..4f1840173 100644
--- a/java/util/SimpleTimeZone.java
+++ b/java/util/SimpleTimeZone.java
@@ -999,7 +999,7 @@ public class SimpleTimeZone extends TimeZone
/**
* Serializes this object to a stream. @serialdata The object is
* first written in the old JDK 1.1 format, so that it can be read
- * by by the old classes. This means, that the
+ * by the old classes. This means, that the
* <code>start/endDay(OfWeek)</code>-Fields are written in the
* DOW_IN_MONTH_MODE rule, since this was the only supported rule
* in 1.1.