[SCM] libdv/master: Fix small misspellings.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 9 00:38:55 UTC 2012


The following commit has been merged in the master branch:
commit 52c7964343581328e9c0b2e5feaea7bd3a01c024
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 9 01:33:59 2012 +0100

    Fix small misspellings.

diff --git a/debian/patches/0006-misspellings.patch b/debian/patches/0006-misspellings.patch
new file mode 100644
index 0000000..e5792e1
--- /dev/null
+++ b/debian/patches/0006-misspellings.patch
@@ -0,0 +1,18 @@
+Description: Fix small misspellings.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ playdv/playdv.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- libdv.orig/playdv/playdv.c
++++ libdv/playdv/playdv.c
+@@ -146,7 +146,7 @@ dv_player_new(void)
+   result->option_table[DV_PLAYER_OPT_NO_MMAP] = (struct poptOption) {
+     longName:   "no-mmap", 
+     arg:        &result->no_mmap,
+-    descrip:    "don't use mmap for reading. (usefull for pipes)"
++    descrip:    "don't use mmap for reading. (useful for pipes)"
+   }; /* no mmap */
+ 
+   result->option_table[DV_PLAYER_OPT_LOOP_COUNT] = (struct poptOption) {
diff --git a/debian/patches/series b/debian/patches/series
index c191be3..93b65fd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-zap_config_h.patch
 0004-move_config_h_to_apps.patch
 0005-no_as_needed.patch
+0006-misspellings.patch

-- 
libdv packaging



More information about the pkg-multimedia-commits mailing list