summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:44:12 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:44:12 (GMT)
commit3098ee986df6295fa148d2b24efe8339922aa3d2 (patch)
tree38b3d5f69273a6b4dfc84ddfa3f6ef30069c07e0 /src
parent7ca8577c04479b40f9109f5df50b830885af0d37 (diff)
downloadDoxygen-3098ee986df6295fa148d2b24efe8339922aa3d2.zip
Doxygen-3098ee986df6295fa148d2b24efe8339922aa3d2.tar.gz
Doxygen-3098ee986df6295fa148d2b24efe8339922aa3d2.tar.bz2
spelling: identifier
Diffstat (limited to 'src')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 7575416..0fc70e8 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -3376,7 +3376,7 @@ static QCString getCanonicalTypeForIdentifier(
if (cd && cd->isUsedOnly()) cd=0; // ignore types introduced by usage relations
//printf("cd=%p mtype=%p\n",cd,mType);
- //printf(" getCanonicalTypeForIdentifer: symbol=%s word=%s cd=%s d=%s fs=%s cd->isTemplate=%d\n",
+ //printf(" getCanonicalTypeForIdentifier: symbol=%s word=%s cd=%s d=%s fs=%s cd->isTemplate=%d\n",
// symName.data(),
// word.data(),
// cd?cd->name().data():"<none>",