From: IOhannes m zmölnig Date: Fri, 11 Jan 2019 23:44:37 +0000 (+0100) Subject: Added spelling-patch X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~36 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a1e4abe204422cf30ecbcd47a8b47f12a5016444;p=juce.git Added spelling-patch --- diff --git a/debian/patches/series b/debian/patches/series index 114e30a0..5fe9f069 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -8,3 +8,4 @@ debian_system_modules.patch debian_python3.patch debian_unittests_globalpaths.patch debian_vst.patch +spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 00000000..2a5b98a7 --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,17 @@ +Description: fixed spelling mistakes +Author: IOhannes m zmölnig +Forwarded: no +Last-Update: 2019-01-12 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h ++++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h +@@ -323,7 +323,7 @@ + + props.add (new TextPropertyComponent (subprojectsValue, "Xcode Subprojects", 8192, true), + "Paths to Xcode projects that should be added to the build (one per line). " +- "The names of the required build products can be specified after a colon, comma seperated, " ++ "The names of the required build products can be specified after a colon, comma separated, " + "e.g. \"path/to/MySubProject.xcodeproj: MySubProject, OtherTarget\". " + "If no build products are specified, all build products associated with a subproject will be added."); +