jdk/src/macosx/classes/com/apple/laf/AquaLookAndFeel.java
changeset 21278 ef8a3a2a72f2
parent 20833 a6aa4123f21b
child 23010 6dadb192ad81
--- a/jdk/src/macosx/classes/com/apple/laf/AquaLookAndFeel.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/macosx/classes/com/apple/laf/AquaLookAndFeel.java	Tue Oct 29 17:01:06 2013 +0400
@@ -244,7 +244,7 @@
      * used for getting localized defaults.  Also initialize the default
      * locale used when no locale is passed into UIDefaults.get().  The
      * default locale should generally not be relied upon. It is here for
-     * compatability with releases prior to 1.4.
+     * compatibility with releases prior to 1.4.
      */
     private void initResourceBundle(final UIDefaults table) {
         table.setDefaultLocale(Locale.getDefault());