From: IOhannes m zmölnig Date: Thu, 2 Apr 2020 13:46:10 +0000 (+0200) Subject: Fix spelling errors X-Git-Tag: archive/raspbian/0.16.2.2+ds1-1+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2b7438060e2b1040d60765118add13b37466f438;p=giada.git Fix spelling errors --- diff --git a/debian/patches/01-spelling-fixes.patch b/debian/patches/01-spelling-fixes.patch new file mode 100644 index 0000000..1690c57 --- /dev/null +++ b/debian/patches/01-spelling-fixes.patch @@ -0,0 +1,18 @@ +Description: Fix spelling errors +Author: IOhannes m zmölnig +Origin: Debian +Forwarded: no +Last-Update: 2020-04-02 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- giada.orig/src/glue/channel.cpp ++++ giada/src/glue/channel.cpp +@@ -154,7 +154,7 @@ + errors = true; + + if (errors) +- v::gdAlert("Some files weren't loaded sucessfully."); ++ v::gdAlert("Some files weren't loaded successfully."); + } + + diff --git a/debian/patches/series b/debian/patches/series index ff9b4e0..79fe269 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +01-spelling-fixes.patch 02-rtmidi-pkgconfig.patch 03-JUCE544-compat.patch 04-system-json.patch