summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:33:20 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:33:20 (GMT)
commitacec2aee49044fe4b92b8a8734d061a84ad1e70f (patch)
tree4c9e0c5853ced75398d97bb2e21af2351106379f /src/doxygen.cpp
parentd7bca4a0a3540f4228b4c2a913e05fb45f20df76 (diff)
downloadDoxygen-acec2aee49044fe4b92b8a8734d061a84ad1e70f.zip
Doxygen-acec2aee49044fe4b92b8a8734d061a84ad1e70f.tar.gz
Doxygen-acec2aee49044fe4b92b8a8734d061a84ad1e70f.tar.bz2
spelling: existence
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
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);