From a3a7c5df2edb4b6b9f9fbdbbea42f0b2e547ee6a Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Mon, 28 Jan 2008 18:08:39 +0100 Subject: SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment. 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. From-SVN: r131912 --- libjava/classpath/java/util/SimpleTimeZone.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/classpath/java/util') diff --git a/libjava/classpath/java/util/SimpleTimeZone.java b/libjava/classpath/java/util/SimpleTimeZone.java index 14821ba..4f18401 100644 --- a/libjava/classpath/java/util/SimpleTimeZone.java +++ b/libjava/classpath/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 * start/endDay(OfWeek)-Fields are written in the * DOW_IN_MONTH_MODE rule, since this was the only supported rule * in 1.1. -- cgit v1.1