diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-09-30 18:39:25 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-10-06 02:05:25 +0000 |
| commit | 33780c0f28bcda586b1e14de93525a6ab426e4df (patch) | |
| tree | 341c90061fed79841ea4161b2088d5baa40fe1fa /src/document.cpp | |
| parent | Add new style register style property for stop color and opacity (diff) | |
| download | inkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.tar.gz inkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.zip | |
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp index 6f4706ebc..54b7071c0 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -1753,7 +1753,7 @@ static unsigned int count_objects_recursive(SPObject *obj, unsigned int count) * Count the number of objects in a given document recursively using the count_objects_recursive helper function * * @param[in] document Pointer to the document for counting objects - * @return Numer of objects in the document + * @return Number of objects in the document */ static unsigned int objects_in_document(SPDocument *document) { |
