[SCM] jamin/master: Fixed typos

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Jan 11 16:28:56 UTC 2017


The following commit has been merged in the master branch:
commit ba386dfe1d4e59a348f0e7dd1fdf35dfbac40365
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Wed Jan 11 16:59:26 2017 +0100

    Fixed typos

diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch
new file mode 100644
index 0000000..4e6ce9d
--- /dev/null
+++ b/debian/patches/fix_typos.patch
@@ -0,0 +1,16 @@
+Description: fixed spelling errors
+Author: IOhannes m zmölnig
+Last-Update: 2017-01-11
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- jamin.orig/src/state.c
++++ jamin/src/state.c
+@@ -973,7 +973,7 @@
+ 		free(errstr);
+ 	    }
+ 	} else {
+-	    errstr = g_strdup_printf("Unhandled global paramter: %s\n", symbol);
++	    errstr = g_strdup_printf("Unhandled global parameter: %s\n", symbol);
+ 	    message (GTK_MESSAGE_WARNING, errstr);
+ 	    free(errstr);
+ 	}
diff --git a/debian/patches/series b/debian/patches/series
index 7124738..48eb976 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 1004_install_correct_dir.patch
 1005_desktop_file.patch
 NEWS.patch
+fix_typos.patch

-- 
jamin packaging



More information about the pkg-multimedia-commits mailing list