Browse Source

Fix spelling error in DistrhoPlugin3BandSplitter.hpp

pull/18/head
Dennis Braun GitHub 4 years ago
parent
commit
3bb0a8642b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/3BandSplitter/DistrhoPlugin3BandSplitter.hpp

+ 1
- 1
plugins/3BandSplitter/DistrhoPlugin3BandSplitter.hpp View File

@@ -51,7 +51,7 @@ protected:
const char* getDescription() const override
{
return "3 Band Equalizer, splitted output version.";
return "3 Band Equalizer, split output version.";
}
const char* getMaker() const noexcept override


Loading…
Cancel
Save