Commit 0c0be334 by Michael Koch Committed by Michael Koch

Component.java, [...]: Fixed typos.

2003-03-02  Michael Koch  <konqueror@gmx.de>

	* java/awt/Component.java,
	java/awt/ScrollPane.java:
	Fixed typos.

From-SVN: r63666
parent b4822ade
2003-03-02 Michael Koch <konqueror@gmx.de>
* java/awt/Component.java,
java/awt/ScrollPane.java:
Fixed typos.
2003-03-02 Michael Koch <konqueror@gmx.de>
* java/awt/dnd/DnDEventMulticaster.java: New file.
* java/awt/dnd/DragSource.java
(flavorMap): New member variable.
......
......@@ -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)
{
......
......@@ -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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment