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.

View file

@ -17,7 +17,7 @@ JUCE convention for naming modules is lower-case with underscores, e.g.
juce_events
juce_graphics
But any name that is a valid C++ identifer is OK.
But any name that is a valid C++ identifier is OK.
Inside the root of this folder, there must be a set of public header and source files which
the user's' project will include. The module may have as many other internal source files as

View file

@ -6,7 +6,7 @@ flag used to disable it is noted.
This has been tested on Ubuntu 16.04 LTS (Xenial Xerus), 18.04 LTS (Bionic
Beaver), and 20.04 LTS (Focal Fossa). Packages may differ in name or not be
available on other distrubutions.
available on other distributions.
## Compiler
A C++ compiler is required. JUCE has been tested thoroughly with Clang and GCC: