src/java.desktop/share/classes/java/awt/font/ImageGraphicAttribute.java

Print this page

        

@@ -56,11 +56,11 @@
     private Image fImage;
     private float fImageWidth, fImageHeight;
     private float fOriginX, fOriginY;
 
     /**
-     * Constucts an <code>ImageGraphicAttribute</code> from the specified
+     * Constructs an <code>ImageGraphicAttribute</code> from the specified
      * {@link Image}.  The origin is at (0,&nbsp;0).
      * @param image the <code>Image</code> rendered by this
      * <code>ImageGraphicAttribute</code>.
      * This object keeps a reference to <code>image</code>.
      * @param alignment one of the alignments from this