diff --git a/jdk/src/java.desktop/share/classes/com/sun/awt/AWTUtilities.java b/jdk/src/java.desktop/share/classes/com/sun/awt/AWTUtilities.java index e6ba7605046..1957fba5b8e 100644 --- a/jdk/src/java.desktop/share/classes/com/sun/awt/AWTUtilities.java +++ b/jdk/src/java.desktop/share/classes/com/sun/awt/AWTUtilities.java @@ -55,7 +55,7 @@ import sun.awt.SunToolkit; * 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. *

* WARNING: This class is an implementation detail and only meant * for limited use outside of the core platform. This API may change diff --git a/jdk/src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java b/jdk/src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java index dd87ec18243..a33a8b3493f 100644 --- a/jdk/src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java +++ b/jdk/src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java @@ -106,7 +106,7 @@ public final class SecurityWarning { * the window. The "absolute" in this case means that the position of the * security warning is not effected by resizing of the window. *

- * Note that the security warning managment code guarantees that: + * Note that the security warning management code guarantees that: *