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

Projucer: Fixed a few spelling errors

This commit is contained in:
ed 2017-11-09 12:43:27 +00:00
parent bd5f43c58f
commit bf0881bfb2
3 changed files with 3 additions and 3 deletions

View file

@ -861,7 +861,7 @@ private:
"The number of the minimum version of the Android SDK that the app requires");
props.add (new TextPropertyComponent (androidExtraAssetsFolder.getPropertyAsValue(), "Extra Android Assets", 256, false),
"A path to a folder (relative to the project folder) which conatins extra android assets.");
"A path to a folder (relative to the project folder) which contains extra android assets.");
}
//==============================================================================

View file

@ -131,7 +131,7 @@ public:
String description;
description << "The " << getName() << " exporter produces a single CMakeLists.txt file with "
<< "multiple platform dependant sections, where the configuration for each section "
<< "multiple platform dependent sections, where the configuration for each section "
<< "is inherited from other exporters added to this project." << newLine
<< newLine
<< "The exporters which provide the CLion configuration for the corresponding platform are:" << newLine

View file

@ -285,7 +285,7 @@ public:
if (iOS)
props.add (new TextPropertyComponentWithEnablement (getAppGroupIdValue(), getAppGroupsEnabledValue(), "App Group ID", 256, false),
"The App Group ID to be used for allowing multiple apps to access a shared resource folder. Multiple IDs can be "
"added seperated by a semicolon.");
"added separated by a semicolon.");
props.add (new BooleanPropertyComponent (getSetting ("keepCustomXcodeSchemes"), "Keep custom Xcode schemes", "Enabled"),
"Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in"