1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Introjucer: spelling fix!

This commit is contained in:
jules 2016-02-04 12:10:18 +00:00
parent ecfa5d1040
commit d979c33fe3

View file

@ -693,7 +693,7 @@ void ProjectExporter::BuildConfiguration::createPropertyEditors (PropertyListBui
"The name of this configuration.");
props.add (new BooleanPropertyComponent (isDebugValue(), "Debug mode", "Debugging enabled"),
"If enabled, this means that the configuration should be built with debug synbols.");
"If enabled, this means that the configuration should be built with debug symbols.");
props.add (new TextPropertyComponent (getTargetBinaryName(), "Binary name", 256, false),
"The filename to use for the destination binary executable file. If you don't add a suffix to this name, "