--- old/src/java.desktop/share/classes/com/sun/awt/AWTUtilities.java 2014-09-10 15:10:59.194781000 +0400 +++ new/src/java.desktop/share/classes/com/sun/awt/AWTUtilities.java 2014-09-10 15:10:58.305143900 +0400 @@ -55,7 +55,7 @@ * 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 --- old/src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java 2014-09-10 15:11:04.077525300 +0400 +++ new/src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java 2014-09-10 15:11:03.746316800 +0400 @@ -106,7 +106,7 @@ * 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: *