mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix some typos
This commit is contained in:
parent
3366ad4ed4
commit
c072b1bc8e
24 changed files with 35 additions and 35 deletions
|
|
@ -1314,7 +1314,7 @@ void Project::createPropertyEditors (PropertyListBuilder& props)
|
|||
"which may simplify the includes in the project.");
|
||||
|
||||
props.add (new ChoicePropertyComponent (addUsingNamespaceToJuceHeader, "Add \"using namespace juce\" to JuceHeader.h"),
|
||||
"If enabled, the JuceHeader.h will include a \"using namepace juce\" statement. If disabled, "
|
||||
"If enabled, the JuceHeader.h will include a \"using namespace juce\" statement. If disabled, "
|
||||
"no such statement will be included. This setting used to be enabled by default, but it "
|
||||
"is recommended to leave it disabled for new projects.");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue