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

Print this page

        

@@ -104,11 +104,11 @@
      * corner of the window), then the {@code point} argument represents the
      * absolute location of the security warning relative to the location of
      * the window. The "absolute" in this case means that the position of the
      * security warning is not effected by resizing of the window.
      * <p>
-     * Note that the security warning managment code guarantees that:
+     * Note that the security warning management code guarantees that:
      * <ul>
      * <li>The security warning cannot be located farther than two pixels from
      * the rectangular bounds of the window (see {@link Window#getBounds}), and
      * <li>The security warning is always visible on the screen.
      * </ul>