jdk/src/share/classes/javax/swing/text/html/ParagraphView.java
changeset 21278 ef8a3a2a72f2
parent 9035 1255eb81cc2f
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/swing/text/html/ParagraphView.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/text/html/ParagraphView.java	Tue Oct 29 17:01:06 2013 +0400
@@ -211,7 +211,7 @@
 
     /**
      * Renders using the given rendering surface and area on that
-     * surface.  This is implemented to delgate to the superclass
+     * surface.  This is implemented to delegate to the superclass
      * after stashing the base coordinate for tab calculations.
      *
      * @param g the rendering surface to use