Spreadsheet: [skip ci] fix doxygen typo

This commit is contained in:
luz paz
2022-10-25 02:49:33 -04:00
committed by wwmayer
parent dad0c36612
commit 219d1edd6a

View File

@@ -1246,7 +1246,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.