summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>2023-01-30 16:55:31 +0100
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2023-01-30 16:55:31 +0100
commitfb8f3ce0b2489a252c0400b7ea2bd81ac1dd1a13 (patch)
tree32e92f74e50e5f9614b574baba1a372a043b2bb7
parent99081b9fdfe93c91279921132b62b4421704d1d9 (diff)
fix spelling mistakes
Forwarded: no Last-Update: 2021-08-31 Gbp-Pq: Name fix-spelling.patch
-rw-r--r--plugins/yuv4mpeg/e_mpeg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/yuv4mpeg/e_mpeg.c b/plugins/yuv4mpeg/e_mpeg.c
index 2bf1658..8ecba27 100644
--- a/plugins/yuv4mpeg/e_mpeg.c
+++ b/plugins/yuv4mpeg/e_mpeg.c
@@ -124,17 +124,17 @@ static int open_mpeg(void * data, const char * filename,
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;
@@ -565,7 +565,7 @@ static int close_mpeg(void * data, int do_delete)
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 */