From edfd9698ca605b5598ceb75f18d15d405306cc04 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sun, 26 Jul 2020 21:39:38 +0000 Subject: [PATCH] fpspreadsheet: Typo git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7572 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpspreadsheet/source/common/fpsconditionalformat.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fpspreadsheet/source/common/fpsconditionalformat.pas b/components/fpspreadsheet/source/common/fpsconditionalformat.pas index 271ca0ea3..3214807dc 100644 --- a/components/fpspreadsheet/source/common/fpsconditionalformat.pas +++ b/components/fpspreadsheet/source/common/fpsconditionalformat.pas @@ -678,7 +678,7 @@ end; {@@ ---------------------------------------------------------------------------- Deletes the conditional format at the given index from the list. - Iterates also through all cell in the range of the CF and removess the + Iterates also through all cell in the range of the CF and removes the format index from the cell's ConditionalFormatIndex array. -------------------------------------------------------------------------------} procedure TsConditionalFormatList.Delete(AIndex: Integer);