From 4b191ff8301c4a33b002fc4b3238b32222a5d32e Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 25 Oct 2022 02:49:33 -0400 Subject: [PATCH] Spreadsheet: [skip ci] fix doxygen typo --- src/Mod/Spreadsheet/App/Sheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Spreadsheet/App/Sheet.cpp b/src/Mod/Spreadsheet/App/Sheet.cpp index c3a5a29b3b..044d176fdf 100644 --- a/src/Mod/Spreadsheet/App/Sheet.cpp +++ b/src/Mod/Spreadsheet/App/Sheet.cpp @@ -1259,7 +1259,7 @@ void Sheet::removeColumns(int col, int count) } /** - * Inser \a count rows at row \a row. + * Insert \a count rows at row \a row. * * @param row Address of row where the rows are inserted. * @param count Number of rows to insert.