--- /dev/null
+Description: fixed spelling mistakes
+Author: IOhannes m zmölnig
+Forwarded: https://github.com/WeAreROLI/JUCE/issues/302
+Last-Update: 2017-11-09
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h
++++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h
+@@ -858,7 +858,7 @@
+ "The number of the minimum version of the Android SDK that the app requires");\r
+ \r
+ props.add (new TextPropertyComponent (androidExtraAssetsFolder.getPropertyAsValue(), "Extra Android Assets", 256, false),\r
+- "A path to a folder (relative to the project folder) which conatins extra android assets.");\r
++ "A path to a folder (relative to the project folder) which contains extra android assets.");\r
+ }\r
+ \r
+ //==============================================================================\r
+--- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h
++++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h
+@@ -129,7 +129,7 @@
+ String description;\r
+ \r
+ description << "The " << getName() << " exporter produces a single CMakeLists.txt file with "\r
+- << "multiple platform dependant sections, where the configuration for each section "\r
++ << "multiple platform dependent sections, where the configuration for each section "\r
+ << "is inherited from other exporters added to this project." << newLine\r
+ << newLine\r
+ << "The exporters which provide the CLion configuration for the corresponding platform are:" << newLine\r
+--- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
++++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
+@@ -285,7 +285,7 @@
+ if (iOS)\r
+ props.add (new TextPropertyComponentWithEnablement (getAppGroupIdValue(), getAppGroupsEnabledValue(), "App Group ID", 256, false),\r
+ "The App Group ID to be used for allowing multiple apps to access a shared resource folder. Multiple IDs can be "\r
+- "added seperated by a semicolon.");\r
++ "added separated by a semicolon.");\r
+ \r
+ props.add (new BooleanPropertyComponent (getSetting ("keepCustomXcodeSchemes"), "Keep custom Xcode schemes", "Enabled"),\r
+ "Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in"\r