--- old/src/java.desktop/share/classes/java/awt/ComponentOrientation.java 2014-08-21 20:50:01.020312800 +0400 +++ new/src/java.desktop/share/classes/java/awt/ComponentOrientation.java 2014-08-21 20:50:00.794299900 +0400 @@ -154,7 +154,7 @@ public static ComponentOrientation getOrientation(Locale locale) { // A more flexible implementation would consult a ResourceBundle // to find the appropriate orientation. Until pluggable locales - // are introduced however, the flexiblity isn't really needed. + // are introduced however, the flexibility isn't really needed. // So we choose efficiency instead. String lang = locale.getLanguage(); if( "iw".equals(lang) || "ar".equals(lang)