From 2b7438060e2b1040d60765118add13b37466f438 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 2 Apr 2020 15:46:10 +0200 Subject: [PATCH] Fix spelling errors --- debian/patches/01-spelling-fixes.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 19 insertions(+) create mode 100644 debian/patches/01-spelling-fixes.patch 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 -- 2.30.2