jdk/src/share/classes/java/text/ChoiceFormat.java
changeset 21278 ef8a3a2a72f2
parent 19054 a64012cb49d6
child 24969 afa6934dd8e8
--- a/jdk/src/share/classes/java/text/ChoiceFormat.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/text/ChoiceFormat.java	Tue Oct 29 17:01:06 2013 +0400
@@ -409,7 +409,7 @@
      * @param status an input-output parameter.  On input, the
      * status.index field indicates the first character of the
      * source text that should be parsed.  On exit, if no error
-     * occured, status.index is set to the first unparsed character
+     * occurred, status.index is set to the first unparsed character
      * in the source text.  On exit, if an error did occur,
      * status.index is unchanged and status.errorIndex is set to the
      * first index of the character that caused the parse to fail.