summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/acknowledge.txt2
-rw-r--r--doc/doxygen/tutorial.txt2
-rw-r--r--doc/release.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/doxygen/acknowledge.txt b/doc/doxygen/acknowledge.txt
index c4be89e..ef30ce8 100644
--- a/doc/doxygen/acknowledge.txt
+++ b/doc/doxygen/acknowledge.txt
@@ -26,7 +26,7 @@ Many thanks to the following people for providing bug fixes and improvements:
<LI>Dominic Mazzoni</LI>
<LI>Tristan Matthews</LI>
<LI>Peter Meerwald (PulseAudio)</LI>
-<LI>Jaromir Mike&scaron;</LI>
+<LI>Jaromir Mikes</LI>
<LI>rehans</LI>
<LI>Sebastian Reimers</LI>
<LI>Ryan Schmidt</LI>
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt
index 9a914b9..ec6e5ec 100644
--- a/doc/doxygen/tutorial.txt
+++ b/doc/doxygen/tutorial.txt
@@ -18,7 +18,7 @@ RtAudio incorporates the concept of audio streams, which represent audio output
Changes in this release include:
- new C API wrapper
-- new functions to get API names
+- new static functions to get API names
- many WASAPI updates (thanks to Marcus Tomlinson)
- miscellaneous build system updates
- bug fix for stream ticking in CoreAudio if using two devices for duplex
diff --git a/doc/release.txt b/doc/release.txt
index f3c3d93..6398033 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -9,7 +9,7 @@ v.5.1.0: (17 April 2019)
- bug fix for stream ticking in OS-X if using two devices for duplex
- ALSA stream handle bug fixes
- new C API wrapper
-- new functions to get API names
+- new static functions to get API names
v5.0.0: (30 August 2017)
- see git history for complete list of changes