summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
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)
{