summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2017-02-01 12:05:44 +0100
committerfalkTX <falktx@gmail.com>2017-02-01 12:05:44 +0100
commit4c6c52ec83fc5ef000018122f4540847c2f85675 (patch)
tree69e7ffc8a53cde506ba2d0e356a0057d1d6e3530
parentaa6288df7c9ef5108e1ef2cb85548cb6922cba9b (diff)
Fix typo
-rw-r--r--distrho/DistrhoPlugin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp
index 44c2b023..d4b1d32d 100644
--- a/distrho/DistrhoPlugin.hpp
+++ b/distrho/DistrhoPlugin.hpp
@@ -588,7 +588,7 @@ public:
Returns false when the host buffer is full, in which case do not call this again until the next run().
@note This function is not implemented yet!@n
It's here so that developers can prepare MIDI plugins in advance.@n
- If you plan to use this, please report to DPF authos so it can be implemented.
+ If you plan to use this, please report to DPF authors so it can be implemented.
*/
bool writeMidiEvent(const MidiEvent& midiEvent) noexcept;
#endif