aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java')
-rw-r--r--libjava/java/awt/Component.java2
-rw-r--r--libjava/java/awt/ScrollPane.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/awt/Component.java b/libjava/java/awt/Component.java
index c9afaa1..cc723b4 100644
--- a/libjava/java/awt/Component.java
+++ b/libjava/java/awt/Component.java
@@ -4080,7 +4080,7 @@ p * <li>the set of backward traversal keys
}
/**
- * Tells wether or not an event type is enabled.
+ * Tells whether or not an event type is enabled.
*/
boolean eventTypeEnabled (int type)
{
diff --git a/libjava/java/awt/ScrollPane.java b/libjava/java/awt/ScrollPane.java
index b5192f3..176c46c 100644
--- a/libjava/java/awt/ScrollPane.java
+++ b/libjava/java/awt/ScrollPane.java
@@ -476,7 +476,7 @@ paramString()
}
/**
- * Tells wether or not an event is enabled.
+ * Tells whether or not an event is enabled.
*
* @since 1.4
*/
@@ -489,7 +489,7 @@ paramString()
}
/**
- * Tells wether or not wheel scrolling is enabled.
+ * Tells whether or not wheel scrolling is enabled.
*
* @since 1.4
*/