1
0
Fork 0
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:
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

@ -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.");