[SCM] gmerlin-encoders/master: Fixed more spelling mistakes
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Tue Nov 3 12:52:27 UTC 2015
The following commit has been merged in the master branch:
commit 49a60bf87f261e9024f65837669543f31f4bf519
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Tue Nov 3 13:18:09 2015 +0100
Fixed more spelling mistakes
diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch
index 1e511aa..9ed1106 100644
--- a/debian/patches/fix_typos.patch
+++ b/debian/patches/fix_typos.patch
@@ -33,3 +33,35 @@ Description: fix spelling mistakes
"-2: Allow non standarized experimental things"
msgstr ""
+--- gmerlin-encoders.orig/plugins/yuv4mpeg/e_mpeg.c
++++ gmerlin-encoders/plugins/yuv4mpeg/e_mpeg.c
+@@ -117,17 +117,17 @@
+
+ if(!bg_search_file_exec("mpeg2enc", NULL))
+ {
+- bg_log(BG_LOG_ERROR, LOG_DOMAIN, "Cannot find mpeg2enc exectuable");
++ bg_log(BG_LOG_ERROR, LOG_DOMAIN, "Cannot find mpeg2enc executable");
+ return 0;
+ }
+ if(!bg_search_file_exec("mp2enc", NULL))
+ {
+- bg_log(BG_LOG_ERROR, LOG_DOMAIN, "Cannot find mp2enc exectuable");
++ bg_log(BG_LOG_ERROR, LOG_DOMAIN, "Cannot find mp2enc executable");
+ return 0;
+ }
+ if(!bg_search_file_exec("mplex", NULL))
+ {
+- bg_log(BG_LOG_ERROR, LOG_DOMAIN, "Cannot find mplex exectuable");
++ bg_log(BG_LOG_ERROR, LOG_DOMAIN, "Cannot find mplex executable");
+ return 0;
+ }
+ return 1;
+@@ -538,7 +538,7 @@
+
+ if(!bg_search_file_exec("mplex", &commandline))
+ {
+- bg_log(BG_LOG_ERROR, LOG_DOMAIN, "Cannot find mplex exectuable");
++ bg_log(BG_LOG_ERROR, LOG_DOMAIN, "Cannot find mplex executable");
+ return 0;
+ }
+ /* Options */
--
gmerlin-encoders packaging
More information about the pkg-multimedia-commits
mailing list