From a1e4abe204422cf30ecbcd47a8b47f12a5016444 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 12 Jan 2019 00:44:37 +0100 Subject: [PATCH] Added spelling-patch --- debian/patches/series | 1 + debian/patches/spelling.patch | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 debian/patches/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."); + -- 2.30.2