diff -r bd380b80f9ea -r ef8a3a2a72f2 jdk/src/macosx/classes/com/apple/laf/AquaLookAndFeel.java --- 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());