[SCM] giada/master: Added spelling patch - really.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jul 7 13:01:52 UTC 2015


The following commit has been merged in the master branch:
commit 4794f726af536521fe1bdf5e96168eeb564f8922
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Jul 7 14:55:42 2015 +0200

    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š <mira.mikes at seznam.cz>
+Forwarded: giadaloopmachine at 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");

-- 
giada packaging



More information about the pkg-multimedia-commits mailing list