SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment.
authorBernhard Fischer <rep.dot.nop@gmail.com>
Mon, 28 Jan 2008 17:08:39 +0000 (18:08 +0100)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 28 Jan 2008 17:08:39 +0000 (17:08 +0000)
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.

From-SVN: r131912

libjava/classpath/ChangeLog
libjava/classpath/gnu/CORBA/GIOP/v1_2/RequestHeader.java
libjava/classpath/java/util/SimpleTimeZone.java
libjava/classpath/lib/gnu/CORBA/GIOP/v1_2/RequestHeader.class

index 2d87adc4bc33a58d38a74ae43b6ff06ba395d77b..87ffc2344ec7dd5b13318bbc423105e5328db6ba 100644 (file)
@@ -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.
index 6b37b6c676cc4a0e1317982442f3c1d3cc281c04..2afa4b3a1d5209907ba930d391f6c862823f7abb 100644 (file)
@@ -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, " +
index 14821ba0274ad5fdc61732828ffe7ef2412fdd2f..4f1840173e1676209638c3d554f0323f35ad9532 100644 (file)
@@ -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.
index 76603214d104752f035bff0f0990887be09e866e..0ba05cff02ed8658965dd404b19e50237d8b4d18 100644 (file)
Binary files a/libjava/classpath/lib/gnu/CORBA/GIOP/v1_2/RequestHeader.class and b/libjava/classpath/lib/gnu/CORBA/GIOP/v1_2/RequestHeader.class differ