--- a/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolTipUI.java Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/plaf/basic/BasicToolTipUI.java Tue Oct 29 17:01:06 2013 +0400
@@ -204,7 +204,7 @@
JComponent comp = ((JToolTip)c).getComponent();
if (comp != null && !(comp.isEnabled())) {
- // For better backward compatability, only install inactive
+ // For better backward compatibility, only install inactive
// properties if they are defined.
if (UIManager.getBorder("ToolTip.borderInactive") != null) {
LookAndFeel.installBorder(c, "ToolTip.borderInactive");