From acec2aee49044fe4b92b8a8734d061a84ad1e70f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 12 Nov 2019 00:33:20 -0500 Subject: spelling: existence --- src/doxygen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doxygen.cpp b/src/doxygen.cpp index c622f78..89a6e3a 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -1446,7 +1446,7 @@ static void resolveClassNestingRelations() Definition *d = buildScopeFromQualifiedName(name,name.contains("::"),cd->getLanguage(),0); if (d!=cd && !cd->getDefFileName().isEmpty()) // avoid recursion in case of redundant scopes, i.e: namespace N { class N::C {}; } - // for this case doxygen assumes the exitance of a namespace N::N in which C is to be found! + // for this case doxygen assumes the existence of a namespace N::N in which C is to be found! // also avoid warning for stuff imported via a tagfile. { d->addInnerCompound(cd); -- cgit v0.12