stevencaswell 2004/07/05 11:07:44 Modified: lang/src/java/org/apache/commons/lang/time DateUtils.java Log: corrected javadoc typo Revision Changes Path 1.21 +4 -4 jakarta-commons/lang/src/java/org/apache/commons/lang/time/DateUtils.java Index: DateUtils.java =================================================================== RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/time/DateUtils.java,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- DateUtils.java 5 Jul 2004 17:54:48 -0000 1.20 +++ DateUtils.java 5 Jul 2004 18:07:44 -0000 1.21 @@ -124,7 +124,7 @@ * would return 1 April 2002 0:00:00.000.</p> * * <p>For a date in a timezone that handles the change to daylight - * saving time, roudning to Calendar.HOUR_OF_DAY will behave as follows. + * saving time, rounding to Calendar.HOUR_OF_DAY will behave as follows. * Suppose daylight saving time begins at 02:00 on March 30. Rounding a * date that crosses this time would produce the following values: * <ul> @@ -161,7 +161,7 @@ * would return 1 April 2002 0:00:00.000.</p> * * <p>For a date in a timezone that handles the change to daylight - * saving time, roudning to Calendar.HOUR_OF_DAY will behave as follows. + * saving time, rounding to Calendar.HOUR_OF_DAY will behave as follows. * Suppose daylight saving time begins at 02:00 on March 30. Rounding a * date that crosses this time would produce the following values: * <ul> @@ -197,7 +197,7 @@ * would return 1 April 2002 0:00:00.000.</p> * * <p>For a date in a timezone that handles the change to daylight - * saving time, roudning to Calendar.HOUR_OF_DAY will behave as follows. + * saving time, rounding to Calendar.HOUR_OF_DAY will behave as follows. * Suppose daylight saving time begins at 02:00 on March 30. Rounding a * date that crosses this time would produce the following values: * <ul>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]