Added spelling-patch
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Fri, 11 Jan 2019 23:44:37 +0000 (00:44 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Fri, 11 Jan 2019 23:44:37 +0000 (00:44 +0100)
debian/patches/series
debian/patches/spelling.patch [new file with mode: 0644]

index 114e30a035663de00969c82b88d5f72e56d05517..5fe9f06914c307d3b0335893e77d9317d8270f1e 100644 (file)
@@ -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 (file)
index 0000000..2a5b98a
--- /dev/null
@@ -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 @@
\r
+         props.add (new TextPropertyComponent (subprojectsValue, "Xcode Subprojects", 8192, true),\r
+                    "Paths to Xcode projects that should be added to the build (one per line). "\r
+-                   "The names of the required build products can be specified after a colon, comma seperated, "\r
++                   "The names of the required build products can be specified after a colon, comma separated, "\r
+                    "e.g. \"path/to/MySubProject.xcodeproj: MySubProject, OtherTarget\". "\r
+                    "If no build products are specified, all build products associated with a subproject will be added.");\r
\r