jdk/src/share/classes/java/util/spi/LocaleServiceProvider.java
changeset 18544 54c23f2cc3a5
parent 17944 bbd67fc49daa
child 18590 db282abf47f9
--- a/jdk/src/share/classes/java/util/spi/LocaleServiceProvider.java	Mon Jun 24 11:26:51 2013 +0100
+++ b/jdk/src/share/classes/java/util/spi/LocaleServiceProvider.java	Mon Jun 24 16:21:32 2013 -0700
@@ -94,7 +94,7 @@
  * supports the requested locale, the methods go through a list of candidate
  * locales and repeat the availability check for each until a match is found.
  * The algorithm used for creating a list of candidate locales is same as
- * the one used by <code>ResourceBunlde</code> by default (see
+ * the one used by <code>ResourceBundle</code> by default (see
  * {@link java.util.ResourceBundle.Control#getCandidateLocales getCandidateLocales}
  * for the details).  Even if a locale is resolved from the candidate list,
  * methods that return requested objects or names are invoked with the original