summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/test/main.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-11-05 14:29:14 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-11-05 14:29:14 (GMT)
commitc7716a291ca04369292d57e0a472bd2f350d1bf1 (patch)
treea2ace0db8d92276a8b91050865a066629c228fe2 /addon/doxmlparser/test/main.cpp
parentcc4675afcc5f6825b9302fd0915c0c4148f555ab (diff)
downloadDoxygen-c7716a291ca04369292d57e0a472bd2f350d1bf1.zip
Doxygen-c7716a291ca04369292d57e0a472bd2f350d1bf1.tar.gz
Doxygen-c7716a291ca04369292d57e0a472bd2f350d1bf1.tar.bz2
Spelling corrections for addon directory
Spelling corrections as in #561. The Doxyfiles have been regenerated to conform the current status (a.o. no obsolete tags)
Diffstat (limited to 'addon/doxmlparser/test/main.cpp')
-rw-r--r--addon/doxmlparser/test/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxmlparser/test/main.cpp b/addon/doxmlparser/test/main.cpp
index 70c79da..0d1f95e 100644
--- a/addon/doxmlparser/test/main.cpp
+++ b/addon/doxmlparser/test/main.cpp
@@ -707,7 +707,7 @@ int main(int argc,char **argv)
printf("==== inheritance graph ==== \n");
DumpGraph(cls->inheritanceGraph());
- printf("==== collabration graph ==== \n");
+ printf("==== collaboration graph ==== \n");
DumpGraph(cls->collaborationGraph());
printf("==== base classes ==== \n");