aboutsummaryrefslogtreecommitdiff
path: root/doc/Doxyfile
diff options
context:
space:
mode:
authorNick Hanley <nicholasjhanley@gmail.com>2022-11-16 13:28:50 -0500
committerFelix Van der Jeugt <felix.vanderjeugt@posteo.net>2022-11-29 22:09:43 +0100
commitde8e3bb7b6fedc0554cee20834001dd4a739cd88 (patch)
treeae49efb024ab687e7af52149b42df7be1d31192c /doc/Doxyfile
parent8a420ecc4c1ed50111464ec66901bd983eaf2dbd (diff)
downloadvis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.gz
vis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.xz
fix miscellaneous spelling mistakes
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 32e9459..2bb41b6 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -554,7 +554,7 @@ INTERNAL_DOCS = NO
# names in lower-case letters. If set to YES, upper-case letters are also
# allowed. This is useful if you have classes or files whose names only differ
# in case and if your file system supports case sensitive file names. Windows
-# (including Cygwin) ands Mac users are advised to set this option to NO.
+# (including Cygwin) and Mac users are advised to set this option to NO.
# The default value is: system dependent.
CASE_SENSE_NAMES = YES
@@ -1223,7 +1223,7 @@ HTML_EXTRA_FILES =
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
-# this color. Hue is specified as an angle on a colorwheel, see
+# this color. Hue is specified as an angle on a color wheel, see
# https://en.wikipedia.org/wiki/Hue for more information. For instance the value
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
# purple, and 360 is red again.