This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH,classpath] Fix some typos


Hi,

The attached patch fixes 's/by by/by/g' for classpath.
It was not tested, please apply if you think it is ok.

libjava/classpath/ChangeLog
2008-01-27  Bernhard Fischer  <>

	* java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment.
	* gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in
	exception message.

libjava/classpath/ChangeLog
2008-01-27  Bernhard Fischer  <>

	* java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment.
	* gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in
	exception.

Index: libjava/classpath/gnu/CORBA/GIOP/v1_2/RequestHeader.java
===================================================================
--- libjava/classpath/gnu/CORBA/GIOP/v1_2/RequestHeader.java	(revision 131885)
+++ libjava/classpath/gnu/CORBA/GIOP/v1_2/RequestHeader.java	(working copy)
@@ -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: libjava/classpath/java/util/SimpleTimeZone.java
===================================================================
--- libjava/classpath/java/util/SimpleTimeZone.java	(revision 131885)
+++ libjava/classpath/java/util/SimpleTimeZone.java	(working copy)
@@ -999,7 +999,7 @@ public class SimpleTimeZone extends Time
   /**
    * 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]