From 33780c0f28bcda586b1e14de93525a6ab426e4df Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sun, 30 Sep 2018 14:39:25 -0400 Subject: Misc. typos Found via `codespell` --- src/document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/document.cpp') 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) { -- cgit v1.2.3