summaryrefslogtreecommitdiff
path: root/common/JackMidiAsyncQueue.h
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-08-22 18:30:45 -0400
committerFilipe Coelho <falktx@falktx.com>2019-09-11 19:17:07 +0100
commita93b21013415ce93f9d2fe935a875688988bd3dd (patch)
treecd5deaeb21e0222829e0b872d5a8e97376598533 /common/JackMidiAsyncQueue.h
parentbb416c78010542663f2b413ac7e247198f66aaad (diff)
downloadjack2-a93b21013415ce93f9d2fe935a875688988bd3dd.tar.gz
FIx doxygen and user facing and non-facing typos
Found via `codespell -q 3`
Diffstat (limited to 'common/JackMidiAsyncQueue.h')
-rw-r--r--common/JackMidiAsyncQueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackMidiAsyncQueue.h b/common/JackMidiAsyncQueue.h
index 5f23eff4..0bf23cbb 100644
--- a/common/JackMidiAsyncQueue.h
+++ b/common/JackMidiAsyncQueue.h
@@ -76,7 +76,7 @@ namespace Jack {
/**
* Enqueues the MIDI event specified by the arguments. The return
- * value indiciates whether or not the event was successfully enqueued.
+ * value indicates whether or not the event was successfully enqueued.
* This method may be overridden.
*/