diff options
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/test/accessibility/MessageArea.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/test/accessibility/MessageArea.java b/toolkit/test/accessibility/MessageArea.java index bce68273ffa4..b3108d9c0e53 100644 --- a/toolkit/test/accessibility/MessageArea.java +++ b/toolkit/test/accessibility/MessageArea.java @@ -42,7 +42,7 @@ public class MessageArea /** Create a new message area. This method is private because the class is - a singleton and may therefore not be instanciated from the outside. + a singleton and may therefore not be instantiated from the outside. */ private MessageArea () { |