src/java.desktop/share/classes/com/sun/awt/AWTUtilities.java

Print this page

        

@@ -53,11 +53,11 @@
  * <p>
  * The per-pixel alpha feature also requires the user to create her/his
  * windows using a translucency-capable graphics configuration.
  * The {@code isTranslucencyCapable()} method must
  * be used to verify whether any given GraphicsConfiguration supports
- * the trasnlcency effects.
+ * the translucency effects.
  * <p>
  * <b>WARNING</b>: This class is an implementation detail and only meant
  * for limited use outside of the core platform. This API may change
  * drastically between update release, and it may even be
  * removed or be moved in some other package(s)/class(es).