jdk/src/share/classes/javax/security/sasl/RealmChoiceCallback.java
changeset 21278 ef8a3a2a72f2
parent 18830 90956ead732f
--- a/jdk/src/share/classes/javax/security/sasl/RealmChoiceCallback.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/javax/security/sasl/RealmChoiceCallback.java	Tue Oct 29 17:01:06 2013 +0400
@@ -46,7 +46,7 @@
      * @param choices the non-null list of realms to choose from.
      * @param defaultChoice the choice to be used as the default choice
      * when the list of choices is displayed. It is an index into
-     * the {@code choices} arary.
+     * the {@code choices} array.
      * @param multiple true if multiple choices allowed; false otherwise
      * @throws IllegalArgumentException If {@code prompt} is null or the empty string,
      * if {@code choices} has a length of 0, if any element from