[SCM] petri-foo/master: Add spelling patch.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sat Dec 24 07:42:38 UTC 2016
The following commit has been merged in the master branch:
commit 2fb32c3334273bc2dd3655f2dd6d198571257c6d
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Dec 23 18:48:25 2016 +0100
Add spelling patch.
diff --git a/debian/patches/0005-spelling.patch b/debian/patches/0005-spelling.patch
new file mode 100644
index 0000000..a06ba5c
--- /dev/null
+++ b/debian/patches/0005-spelling.patch
@@ -0,0 +1,26 @@
+Description: Fix spelling.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: James Morris <james at jwm-art.net>
+
+Index: petri-foo/gui/session.c
+===================================================================
+--- petri-foo.orig/gui/session.c
++++ petri-foo/gui/session.c
+@@ -357,7 +357,7 @@ int session_nsm_open_cb(const char* name
+ name, display_name, client_id);
+ debug("session callback data:%p\n", s);
+
+- msg_log(MSG_MESSAGE, "NSM client recieved open command\n");
++ msg_log(MSG_MESSAGE, "NSM client received open command\n");
+
+ if (s->nsm_client_id)
+ {
+@@ -410,7 +410,7 @@ int session_nsm_save_cb(char** out_msg,
+
+ assert(dish_file_has_state());
+
+- msg_log(MSG_MESSAGE, "NSM client recieved save command\n");
++ msg_log(MSG_MESSAGE, "NSM client received save command\n");
+
+ dish_file_write();
+
diff --git a/debian/patches/series b/debian/patches/series
index 2958d1b..a6becf6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0003-desktop_file_fix.patch
+0005-spelling.patch
--
petri-foo packaging
More information about the pkg-multimedia-commits
mailing list