summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-10-07 17:36:50 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-10-07 17:36:50 +0000
commit4900c3a3443795400098bb264c6c6fd72c00f50f (patch)
treeab89163b75850e61be5ace3fd6de74fe71fea880 /src/document.cpp
parentSVGLength::read handle inf (diff)
parentRemoved typo introduced in previous commit (diff)
downloadinkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.tar.gz
inkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.zip
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp2
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)
{