aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Josh Soref <jsoref@users.noreply.github.com>2017-11-27 05:23:20 -0500
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-11-27 10:23:20 +0000
commit8157b4d9b9f13449f4750f1ef40f9f20a2242eec (patch)
treeecd2f2994be8ca002f6815f617e1ac221a7f8d78 /doc
parentae2cb7bd98f2f63b1b86320d7b8f0622d9a971d9 (diff)
Spelling (#223)
Fix spelling errors
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index dc10262..e354127 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -672,7 +672,7 @@ REFERENCES_RELATION = NO
# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
-# link to the source code. Otherwise they will link to the documentstion.
+# link to the source code. Otherwise they will link to the documentation.
REFERENCES_LINK_SOURCE = YES
@@ -854,7 +854,7 @@ ENUM_VALUES_PER_LINE = 4
# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are
# probably better off using the HTML help feature. Other possible values
# for this tag are: HIERARCHIES, which will generate the Groups, Directories,
-# and Class Hiererachy pages using a tree view instead of an ordered list;
+# and Class Hierarchy pages using a tree view instead of an ordered list;
# ALL, which combines the behavior of FRAME and HIERARCHIES; and NONE, which
# disables this behavior completely. For backwards compatibility with previous
# releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE