Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Apr 13, 2020
1 parent a8a87a8 commit 0657978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend/utils/Information.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const char* carla_get_complete_license_text()
"<li>DSSI plugin support</li>"
"<li>LV2 plugin support</li>"
#if defined(USING_JUCE) && (defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN))
"<li>VST2/2 plugin support (using Juce)</li>"
"<li>VST2/3 plugin support (using Juce)</li>"
#else
"<li>VST2 plugin support (using VeSTige header by Javier Serrano Polo)</li>"
#endif
Expand Down

0 comments on commit 0657978

Please sign in to comment.