commit 4c6c52ec83fc5ef000018122f4540847c2f85675
parent aa6288df7c9ef5108e1ef2cb85548cb6922cba9b
Author: falkTX <falktx@gmail.com>
Date: Wed, 1 Feb 2017 12:05:17 +0100
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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