jdk/src/share/classes/java/awt/ScrollPaneAdjustable.java
changeset 21278 ef8a3a2a72f2
parent 20172 f48935a247ec
child 22584 eed64ee05369
--- a/jdk/src/share/classes/java/awt/ScrollPaneAdjustable.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/awt/ScrollPaneAdjustable.java	Tue Oct 29 17:01:06 2013 +0400
@@ -336,7 +336,7 @@
      * the AdjustementEvent with specified type and value.
      *
      * @param v the new value of the scrollbar
-     * @param type the type of the scrolling operation occured
+     * @param type the type of the scrolling operation occurred
      */
     private void setTypedValue(int v, int type) {
         v = Math.max(v, minimum);