From 4794f726af536521fe1bdf5e96168eeb564f8922 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jarom=C3=ADr=20Mike=C5=A1?= Date: Tue, 7 Jul 2015 14:55:42 +0200 Subject: [PATCH] Added spelling patch - really. --- debian/patches/0002-spelling.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/patches/0002-spelling.patch diff --git a/debian/patches/0002-spelling.patch b/debian/patches/0002-spelling.patch new file mode 100644 index 0000000..ddf6065 --- /dev/null +++ b/debian/patches/0002-spelling.patch @@ -0,0 +1,17 @@ +Description: Fix small misspellings. +Author: Jaromír Mikeš +Forwarded: giadaloopmachine@gmail.com + +Index: giada/src/kernelMidi.cpp +=================================================================== +--- giada.orig/src/kernelMidi.cpp ++++ giada/src/kernelMidi.cpp +@@ -265,7 +265,7 @@ void callback(double t, std::vectorsize() < 3) { +- gLog("[KM] MIDI received - unkown signal - size=%d, value=0x", (int) msg->size()); ++ gLog("[KM] MIDI received - unknown signal - size=%d, value=0x", (int) msg->size()); + for (unsigned i=0; isize(); i++) + gLog("%X", (int) msg->at(i)); + gLog("\n"); -- 2.30.2