--- old/src/java.base/share/classes/java/util/Calendar.java 2015-05-18 17:53:07.780753436 +0400 +++ new/src/java.base/share/classes/java/util/Calendar.java 2015-05-18 17:53:07.632753436 +0400 @@ -1172,7 +1172,7 @@ * {@code fieldValuePairs} that are pairs of a field and its value. * For example, *
-         *   setFeilds(Calendar.YEAR, 2013,
+         *   setFields(Calendar.YEAR, 2013,
          *             Calendar.MONTH, Calendar.DECEMBER,
          *             Calendar.DAY_OF_MONTH, 23);
* is equivalent to the sequence of the following @@ -1298,7 +1298,7 @@ /** * Sets the time zone parameter to the given {@code zone}. If no time - * zone parameter is given to this {@code Caledar.Builder}, the + * zone parameter is given to this {@code Calendar.Builder}, the * {@linkplain TimeZone#getDefault() default * TimeZone} will be used in the {@link #build() build} * method.