1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Fix some typos

This commit is contained in:
Tom Poole 2022-01-25 11:43:53 +00:00
parent 3366ad4ed4
commit c072b1bc8e
24 changed files with 35 additions and 35 deletions

View file

@ -539,7 +539,7 @@ attributes directly to these creation functions, rather than adding them later.
`USE_LEGACY_COMPATIBILITY_PLUGIN_CODE`
- May be either TRUE or FALSE (defaults to FALSE). If TRUE, will override the value of the
preprocessor definition "JucePlugin_ManufacturerCode" with the hex equivalent of "proj". This
option exists to maintain compatiblity with a previous, buggy version of JUCE's CMake support
option exists to maintain compatibility with a previous, buggy version of JUCE's CMake support
which mishandled the manufacturer code property. Most projects should leave this option set to
its default value.