summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-04-25 17:32:21 (GMT)
committerluz.paz <luzpaz@users.noreply.github.com>2018-04-25 17:32:36 (GMT)
commit99a836218ca4e20862d3f816361c4586b45560ee (patch)
treedf0c1f0669598561f12d07da31a104de1ccf59af /src/classdef.cpp
parente75de3722b98115f27483aeacb3b2b1dbe7114a3 (diff)
downloadDoxygen-99a836218ca4e20862d3f816361c4586b45560ee.zip
Doxygen-99a836218ca4e20862d3f816361c4586b45560ee.tar.gz
Doxygen-99a836218ca4e20862d3f816361c4586b45560ee.tar.bz2
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index e1a80ce..4ce48a7 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -2687,7 +2687,7 @@ bool ClassDef::hasNonReferenceSuperClass()
return found;
}
-/*! called from MemberDef::writeDeclaration() to (recusively) write the
+/*! called from MemberDef::writeDeclaration() to (recursively) write the
* definition of an anonymous struct, union or class.
*/
void ClassDef::writeDeclaration(OutputList &ol,MemberDef *md,bool inGroup,
@@ -2873,7 +2873,7 @@ static bool isStandardFunc(MemberDef *md)
}
/*!
- * recusively merges the `all members' lists of a class base
+ * recursively merges the `all members' lists of a class base
* with that of this class. Must only be called for classes without
* subclasses!
*/