[SCM] pd-hcs/master: Fixed spelling error

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri Jun 10 20:11:07 UTC 2016


The following commit has been merged in the master branch:
commit f96d4bba64dfd384a8b5d52ad3767c5245ce111d
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Jun 10 21:57:46 2016 +0200

    Fixed spelling error

diff --git a/debian/patches/series b/debian/patches/series
index d58e59a..f3ba049 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 reproducible_builddate.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..d49927d
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,16 @@
+Description: fixed spelling errors
+Author: IOhannes m zmölnig
+Last-Update: 2016-06-10
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- pd-hcs.orig/stat.c
++++ pd-hcs/stat.c
+@@ -126,7 +126,7 @@
+ 		SETSYMBOL(output_atoms, gensym("access_denied"));
+ 		break;
+ 	case EIO:
+-		error("[stat]: An error occured while reading %s", 
++		error("[stat]: An error occurred while reading %s", 
+ 			  x->x_filename->s_name);
+ 		SETSYMBOL(output_atoms, gensym("io_error"));
+ 		break;

-- 
pd-hcs packaging



More information about the pkg-multimedia-commits mailing list