Fix various typos

This commit is contained in:
luzpaz
2024-12-18 22:58:42 +00:00
committed by Chris Hennes
parent 8629fa8a8e
commit b0a29fde31
6 changed files with 8 additions and 8 deletions

View File

@@ -110,7 +110,7 @@ Sheet::~Sheet()
/**
* Clear all cells in the sheet. These are implemented as dynamic
* properties, for example "A1" is added as a dynamic property. Since
* now users may add dyanamic properties, we need to try to avoid
* now users may add dynamic properties, we need to try to avoid
* removing those, too, so we check whether the dynamic property name
* is a valid cell address name before removing it.
*/