From d3489c971e9b0771f2adbd185a65f8d50d05252e Mon Sep 17 00:00:00 2001 From: ask Date: Fri, 14 Sep 2012 13:00:59 +0000 Subject: [PATCH] TAChart: Fix comment in front of THistory class git-svn-id: trunk@38657 - --- components/tachart/tachartutils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tachart/tachartutils.pas b/components/tachart/tachartutils.pas index 44b6e9fdf1..6c0afc77d5 100644 --- a/components/tachart/tachartutils.pas +++ b/components/tachart/tachartutils.pas @@ -233,7 +233,7 @@ type property IsSet[AIndex: Integer]: Boolean read GetIsSet write SetIsSet; end; - // A limited capacity stack desighed to store 'undo'-like history. + // A limited capacity stack to store 'undo'-like history. generic THistory = class strict private FCount: Cardinal;