summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2021-07-08 10:44:39 -0400
committerluz paz <luzpaz@users.noreply.github.com>2021-07-08 10:44:39 -0400
commitf0c47f26c3f846d76d976469b05a38908e126e9d (patch)
tree7fc5b5a747f42b84522196332644cc11adf707c2 /doc
parent32df9481452092ff7f6f2e4d68257556345aa90b (diff)
Fix various typos
Found via `codespell -q 3 -L inout,pevents,parm,priotity`
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/Doxyfile.in4
-rw-r--r--doc/release.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/doxygen/Doxyfile.in b/doc/doxygen/Doxyfile.in
index e91b1f9..9eb0e4a 100644
--- a/doc/doxygen/Doxyfile.in
+++ b/doc/doxygen/Doxyfile.in
@@ -1210,7 +1210,7 @@ FORMULA_TRANSPARENT = YES
USE_MATHJAX = NO
# When MathJax is enabled you can set the default output format to be used for
-# thA MathJax output. Supported types are HTML-CSS, NativeMML (i.e. MathML) and
+# the MathJax output. Supported types are HTML-CSS, NativeMML (i.e. MathML) and
# SVG. The default value is HTML-CSS, which is slower, but has the best
# compatibility.
@@ -1737,7 +1737,7 @@ UML_LOOK = NO
# the class node. If there are many fields or methods and many nodes the
# graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
# threshold limits the number of items for each type to make the size more
-# managable. Set this to 0 for no limit. Note that the threshold may be
+# manageable. Set this to 0 for no limit. Note that the threshold may be
# exceeded by 50% before the limit is enforced.
UML_LIMIT_NUM_FIELDS = 10
diff --git a/doc/release.txt b/doc/release.txt
index 6398033..2c564b2 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -169,7 +169,7 @@ v3.0: (11 March 2004)
- new multi-api support by subclassing all apis and making rtaudio a controller class
- added over/underload check to Mac OS X support
- new scheme for blocking functionality in callback-based apis (CoreAudio, ASIO, and JACK)
-- removed multiple stream support (all stream indentifier arguments removed)
+- removed multiple stream support (all stream identifier arguments removed)
- various style and name changes to conform with standard C++ practice
v2.1.1: (24 October 2002)