From: Jaromír Mikeš Date: Tue, 7 Jul 2015 12:55:42 +0000 (+0200) Subject: Added spelling patch - really. X-Git-Tag: archive/raspbian/0.15.4+ds1-1+rpi1^2~199 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4794f726af536521fe1bdf5e96168eeb564f8922;p=giada.git Added spelling patch - really. --- 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");