[SCM] lame/master: Fix spelling errors in the frontend code and manpage

fabian at users.alioth.debian.org fabian at users.alioth.debian.org
Fri Oct 20 18:10:26 UTC 2017


The following commit has been merged in the master branch:
commit 792ad485bf5cefb6f8049c3612a3411fd03996d7
Author: Fabian Greffrath <fabian at debian.org>
Date:   Fri Oct 20 20:00:31 2017 +0200

    Fix spelling errors in the frontend code and manpage

diff --git a/debian/patches/series b/debian/patches/series
index e3f95e0..7b6cd06 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,5 @@
 07-field-width-fix.patch
 privacy-breach.patch
 msse.patch
+spelling-error-in-binary.patch
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-binary.patch b/debian/patches/spelling-error-in-binary.patch
new file mode 100644
index 0000000..07f4d61
--- /dev/null
+++ b/debian/patches/spelling-error-in-binary.patch
@@ -0,0 +1,14 @@
+Description: Fix a spelling error in the frontend code
+Author: Fabian Greffrath <fabian at debian.org>
+
+--- a/frontend/get_audio.c
++++ b/frontend/get_audio.c
+@@ -470,7 +470,7 @@ fskip(FILE * fp, long offset, int whence
+     if (whence != SEEK_CUR || offset < 0) {
+         if (global_ui_config.silent < 10) {
+             error_printf
+-                ("fskip problem: Mostly the return status of functions is not evaluate so it is more secure to polute <stderr>.\n");
++                ("fskip problem: Mostly the return status of functions is not evaluate so it is more secure to pollute <stderr>.\n");
+         }
+         return -1;
+     }
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..6178945
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,14 @@
+Description: Fix a spelling error in the frontend manpage
+Author: Fabian Greffrath <fabian at debian.org>
+
+--- a/doc/man/lame.1
++++ b/doc/man/lame.1
+@@ -906,7 +906,7 @@ Your binary may for speed reasons be com
+ .SH ID3 TAGS
+ LAME is able to embed ID3 v1,
+ v1.1 or v2 tags inside the encoded MP3 file.
+-This allows to have some useful information about the music track
++This allows one to have some useful information about the music track
+ included inside the file.
+ Those data can be read by most MP3 players.
+ 

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list