[SCM] petri-foo/master: Spelling patch added

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jun 20 17:34:22 UTC 2012


The following commit has been merged in the master branch:
commit 30ee8d864b16949ca1ef84798a18dfe9894a2f9f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jun 20 19:33:24 2012 +0200

    Spelling patch added

diff --git a/debian/patches/0002-spelling_fix.patch b/debian/patches/0002-spelling_fix.patch
new file mode 100644
index 0000000..2052840
--- /dev/null
+++ b/debian/patches/0002-spelling_fix.patch
@@ -0,0 +1,35 @@
+Description: Fix spelling
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: yes
+
+Index: petri-foo/gui/bank-ops.c
+===================================================================
+--- petri-foo.orig/gui/bank-ops.c	2012-06-20 18:12:58.348981848 +0200
++++ petri-foo/gui/bank-ops.c	2012-06-20 19:05:47.116899093 +0200
+@@ -141,7 +141,7 @@
+ 
+             gtk_recent_manager_add_item (recent_manager, 
+                 g_filename_to_uri(name, NULL, NULL));
+-            msg_log(MSG_MESSAGE, "Succesfully wrote file %s\n", name);
++            msg_log(MSG_MESSAGE, "Successfully wrote file %s\n", name);
+             free(last_bank);
+             last_bank = strdup(name);
+             set_bankname(name);
+@@ -227,7 +227,7 @@
+                 msg_log(MSG_WARNING, "Bank %s read with errors\n", name);
+             }
+             else
+-                msg_log(MSG_MESSAGE, "Succesfully read bank %s\n", name);
++                msg_log(MSG_MESSAGE, "Successfully read bank %s\n", name);
+ 
+             gtk_recent_manager_add_item(recent_manager,
+                                     g_filename_to_uri(name, NULL, NULL));
+@@ -291,7 +291,7 @@
+             msg_log(MSG_WARNING, "Bank %s read with errors\n", filename);
+         }
+         else
+-            msg_log(MSG_MESSAGE, "Succesfully read bank %s\n", filename);
++            msg_log(MSG_MESSAGE, "Successfully read bank %s\n", filename);
+ 
+         gtk_recent_manager_add_item (recent_manager, 
+              g_filename_to_uri(filename, NULL, NULL));
diff --git a/debian/patches/series b/debian/patches/series
index 7b23ea3..3254552 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
 0001-include_dirs.patch
+0002-spelling_fix.patch
+0003-desktop_file_fix.patch

-- 
petri-foo packaging



More information about the pkg-multimedia-commits mailing list