jdk/src/java.desktop/share/classes/java/awt/Scrollbar.java
changeset 26749 b6598aa90114
parent 25859 3317bb8137f4
child 30471 c1568a2416a8
--- a/jdk/src/java.desktop/share/classes/java/awt/Scrollbar.java	Tue Sep 16 14:58:27 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/java/awt/Scrollbar.java	Wed Sep 17 16:14:12 2014 +0400
@@ -716,7 +716,7 @@
      * scroll bar, generally through a mouse or keyboard gesture
      * that the scroll bar receives as an adjustment event.
      * The unit increment must be greater than zero.
-     * Attepts to set the unit increment to a value lower than 1
+     * Attempts to set the unit increment to a value lower than 1
      * will result in a value of 1 being set.
      * <p>
      * In some operating systems, this property
@@ -794,7 +794,7 @@
      * scroll bar, generally through a mouse or keyboard gesture
      * that the scroll bar receives as an adjustment event.
      * The block increment must be greater than zero.
-     * Attepts to set the block increment to a value lower than 1
+     * Attempts to set the block increment to a value lower than 1
      * will result in a value of 1 being set.
      *
      * @param        v  the amount by which to increment or decrement