From: IOhannes m zmölnig Date: Thu, 9 Nov 2017 12:39:08 +0000 (+0100) Subject: Patch to fix spelling errors X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~147 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6e16fc1507c2d6e770002ba1e84d616936d20582;p=juce.git Patch to fix spelling errors --- diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch new file mode 100644 index 00000000..54e72151 --- /dev/null +++ b/debian/patches/fix-spelling.patch @@ -0,0 +1,39 @@ +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"); + + 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."); + } + + //============================================================================== +--- 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; + + 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 +--- 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) + 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" diff --git a/debian/patches/series b/debian/patches/series index 0c18f413..1e4a721c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +fix-spelling.patch reproducible-date.patch debian_fixed-defines.patch debian_gpl_variant.patch