From 93dde23cdaf3c0754c989708bbf922a55ed3bc62 Mon Sep 17 00:00:00 2001 From: Henna Haahti Date: Sun, 7 Jan 2018 19:51:15 +0200 Subject: [PATCH] Typo --- distrho/src/DistrhoPluginLV2export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrho/src/DistrhoPluginLV2export.cpp b/distrho/src/DistrhoPluginLV2export.cpp index 0afdbfb7..ec130ad2 100644 --- a/distrho/src/DistrhoPluginLV2export.cpp +++ b/distrho/src/DistrhoPluginLV2export.cpp @@ -255,7 +255,7 @@ void lv2_generate_ttl(const char* const basename) #endif pluginString += ";\n\n"; - // supportedOption + // supportedOptions pluginString += " opts:supportedOption <" LV2_BUF_SIZE__nominalBlockLength "> "; pluginString += ",\n <" LV2_BUF_SIZE__maxBlockLength "> "; pluginString += ",\n <" LV2_PARAMETERS__sampleRate "> ";