From f6ef7aa4bf6b321539fa1c018055c272e3a1d58a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 7 Feb 2015 06:38:41 +0100 Subject: [PATCH] typo --- src/ce_editor.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ce_editor.pas b/src/ce_editor.pas index a1f8caa3..70e0587a 100644 --- a/src/ce_editor.pas +++ b/src/ce_editor.pas @@ -99,7 +99,7 @@ begin // completion.OnPaintItem := @completionItemPaint; fSyncEdit := TSynPluginSyncroEdit.Create(self); - //TODO-ccLCL&LAZ-specific: activate this after next Laz release + //TODO-cLCL&LAZ-specific: activate this after next Laz release //fSyncEdit.CaseSensitive:=true; bmp := TBitmap.Create; try