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
This commit is contained in:
Michael Koch 2003-03-02 14:31:40 +00:00 committed by Michael Koch
parent b4822ade38
commit 0c0be33402
3 changed files with 9 additions and 3 deletions

View file

@ -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)
{

View file

@ -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
*/