From fbf3aa391b4c47b00650a868e5ae5cade9025e87 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 8 Oct 2014 11:02:03 +0200 Subject: spelling: instanciated -> instantiated Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d --- toolkit/test/accessibility/MessageArea.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/test') 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 () { -- cgit