EditTextViewCompletionSupport.st
changeset 5788 3043bff6248c
parent 5772 fa9c46bd7a1b
child 5891 584219e0a322
--- a/EditTextViewCompletionSupport.st	Fri Jul 15 17:21:04 2016 +0200
+++ b/EditTextViewCompletionSupport.st	Tue Jul 19 17:23:51 2016 +0200
@@ -18,7 +18,7 @@
     Individual completion engines may create a subclass of 
     EditTextCompletionSupport and customize it.
 
-    Basucally, they have to implement #computeCompletions
+    Basically, they have to implement #computeCompletions
 
     [author:]
         Claus Gittinger