Added spelling patch - really.
authorJaromír Mikeš <mira.mikes@seznam.cz>
Tue, 7 Jul 2015 12:55:42 +0000 (14:55 +0200)
committerJaromír Mikeš <mira.mikes@seznam.cz>
Tue, 7 Jul 2015 12:55:42 +0000 (14:55 +0200)
debian/patches/0002-spelling.patch [new file with mode: 0644]

diff --git a/debian/patches/0002-spelling.patch b/debian/patches/0002-spelling.patch
new file mode 100644 (file)
index 0000000..ddf6065
--- /dev/null
@@ -0,0 +1,17 @@
+Description: Fix small misspellings.
+Author: Jaromír Mikeš <mira.mikes@seznam.cz>
+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::vector<unsi
+        * messages) as unknown, for debugging purposes */
+       if (msg->size() < 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; i<msg->size(); i++)
+                       gLog("%X", (int) msg->at(i));
+               gLog("\n");