From f6738b0a3b5cc61db65e0190af2305e481e260de Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 14 May 2018 15:05:26 +0200 Subject: [PATCH] code comment typo --- src/ce_shortcutseditor.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ce_shortcutseditor.pas b/src/ce_shortcutseditor.pas index 4b838901..14932e32 100644 --- a/src/ce_shortcutseditor.pas +++ b/src/ce_shortcutseditor.pas @@ -337,7 +337,7 @@ begin end; end; - // warn and discard aa dup if already in the same cat. + // warn and discard a dup if already in the same cat. for i:= 0 to tree.Selected.Parent.Count-1 do begin if i = tree.Selected.Index then @@ -511,7 +511,6 @@ begin decl.scedSendDone; end; end; - {$ENDREGION} initialization