From 9d3b1b448c1f94e890ee82f5d3fea97f9723b9d2 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 20 Jan 2014 08:14:28 +0100 Subject: Fix typo in string (cocoa) --- cocoa/ScintillaTest/AppController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/ScintillaTest/AppController.mm b/cocoa/ScintillaTest/AppController.mm index 168a67681..44cd6e97f 100644 --- a/cocoa/ScintillaTest/AppController.mm +++ b/cocoa/ScintillaTest/AppController.mm @@ -234,7 +234,7 @@ static const char * box_xpm[] = { - (void) showAutocompletion { - const char *words = "Babylon-5?1 Battlestar-Galactica Millenium-Falcon?2 Moya?2 Serenity Voyager"; + const char *words = "Babylon-5?1 Battlestar-Galactica Millennium-Falcon?2 Moya?2 Serenity Voyager"; [mEditor setGeneralProperty: SCI_AUTOCSETIGNORECASE parameter: 1 value:0]; [mEditor setGeneralProperty: SCI_REGISTERIMAGE parameter: 1 value:(sptr_t)box_xpm]; const int imSize = 12; -- cgit v1.2.3