Package: gmerlin-avdecoder / 2.0.0~svn6298~dfsg0-5

fix-spelling.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Description: Fix spelling mistakes
Author: IOhannes m zmölnig
Origin: Debian
Forwarded: no
Last-Update: 2021-08-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- gmerlin-avdecoder.orig/lib/matroska.c
+++ gmerlin-avdecoder/lib/matroska.c
@@ -1889,7 +1889,7 @@
   if(e.id != MKV_ID_Cues)
     {
     gavl_log(GAVL_LOG_WARNING, LOG_DOMAIN,
-             "Didn't find cues where I exepected them (truncated file?)");
+             "Didn't find cues where I expected them (truncated file?)");
     return 0;
     }
   while(ctx->position < e.end)
--- gmerlin-avdecoder.orig/lib/qt_chan.c
+++ gmerlin-avdecoder/lib/qt_chan.c
@@ -752,7 +752,7 @@
 
   if(chan->mChannelLayoutTag == CHANNEL_LAYOUT_UseChannelDescriptions)
     {
-    bgav_dprintf( " [Use channel decriptions]\n");
+    bgav_dprintf( " [Use channel descriptions]\n");
     }
   else if(chan->mChannelLayoutTag == CHANNEL_LAYOUT_UseChannelBitmap)
     {
--- gmerlin-avdecoder.orig/po/de.po
+++ gmerlin-avdecoder/po/de.po
@@ -393,7 +393,7 @@
 msgstr ""
 
 #: lib/matroska.c:987
-msgid "Didn't find cues where I exepected them (truncated file?)"
+msgid "Didn't find cues where I expected them (truncated file?)"
 msgstr ""
 
 #: lib/audio_gsm.c:63
--- gmerlin-avdecoder.orig/po/gmerlin-avdecoder.pot
+++ gmerlin-avdecoder/po/gmerlin-avdecoder.pot
@@ -360,7 +360,7 @@
 msgstr ""
 
 #: lib/matroska.c:987
-msgid "Didn't find cues where I exepected them (truncated file?)"
+msgid "Didn't find cues where I expected them (truncated file?)"
 msgstr ""
 
 #: lib/audio_gsm.c:63
--- gmerlin-avdecoder.orig/lib/demux_matroska.c
+++ gmerlin-avdecoder/lib/demux_matroska.c
@@ -550,7 +550,7 @@
   else
     {
     gavl_log(GAVL_LOG_WARNING, LOG_DOMAIN,
-             "Subtitle format %s not suppported yet",
+             "Subtitle format %s not supported yet",
              track->CodecID);
     }