jdk/src/macosx/classes/com/apple/laf/AquaMenuPainter.java
changeset 21278 ef8a3a2a72f2
parent 12047 320a714614e9
child 23010 6dadb192ad81
--- a/jdk/src/macosx/classes/com/apple/laf/AquaMenuPainter.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/macosx/classes/com/apple/laf/AquaMenuPainter.java	Tue Oct 29 17:01:06 2013 +0400
@@ -406,7 +406,7 @@
     }
 
     /** Draw a string with the graphics g at location (x,y) just like g.drawString() would.
-     *  The first occurence of underlineChar in text will be underlined. The matching is
+     *  The first occurrence of underlineChar in text will be underlined. The matching is
      *  not case sensitive.
      */
     public void drawString(final Graphics g, final JComponent c, final String text, final int underlinedChar, final int x, final int y, final boolean isEnabled, final boolean isSelected) {