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

* javax/accessibility/AccessibleContext.java
	(ACCESSIBLE_DESCRIPTION_PROPERTY): Fixed typo.

From-SVN: r63100
This commit is contained in:
Michael Koch 2003-02-19 11:44:23 +00:00 committed by Michael Koch
parent d8193b851c
commit 0887aae1eb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-02-19 Michael Koch <konqueror@gmx.de>
* javax/accessibility/AccessibleContext.java
(ACCESSIBLE_DESCRIPTION_PROPERTY): Fixed typo.
2003-02-19 Michael Koch <konqueror@gmx.de>
* java/awt/ScrollPaneAdjustable.java: Reformated.

View File

@ -72,7 +72,7 @@ public abstract class AccessibleContext
= "AccessibleName";
/**
* Constanat used when the accessible description has changed. Both the old
* Constant used when the accessible description has changed. Both the old
* and new values are listed in the event.
*
* @see #getAccessibleDescription()