[SCM] snd/master: Fixed spelling mistakes

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Jan 23 17:17:01 UTC 2017


The following commit has been merged in the master branch:
commit 22904c231061ad58f5a813dd264252d98a9b2795
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Jan 23 15:14:38 2017 +0100

    Fixed spelling mistakes

diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
new file mode 100644
index 0000000..3f5b9ac
--- /dev/null
+++ b/debian/patches/fix-spelling.patch
@@ -0,0 +1,59 @@
+Description: Fix spelling mistakes
+Author: IOhannes m zmölnig (with the help of lintian)
+Forwarded: yes
+Last-Update: 2017-01-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- snd.orig/audio.c
++++ snd/audio.c
+@@ -4556,7 +4556,7 @@
+ 	return MUS_ERROR;
+       }
+       if (src_data.input_frames!=len){
+-	printf("Unsuccessfull resampling: Should have used %d bytes, used %ld.",len,(long int)(src_data.input_frames));
++	printf("Unsuccessful resampling: Should have used %d bytes, used %ld.",len,(long int)(src_data.input_frames));
+ 	return MUS_ERROR;
+       }
+       if (ch>0 && src_data.output_frames_gen!=outlen){
+--- snd.orig/s7.c
++++ snd/s7.c
+@@ -29431,7 +29431,7 @@
+       s7_pointer it;
+       it = s7_apply_function(sc, func, list_1(sc, e));
+       if (!is_iterator(it))
+-	return(s7_error(sc, sc->error_symbol, set_elist_2(sc, make_string_wrapper(sc, "make-iterator method must return an interator: ~S"), it)));
++	return(s7_error(sc, sc->error_symbol, set_elist_2(sc, make_string_wrapper(sc, "make-iterator method must return an iterator: ~S"), it)));
+       return(it);
+     }
+   return(NULL);
+@@ -74055,7 +74055,7 @@
+                                       the associated clauses are evaluated, whereupon cond returns."
+   #define and_help               "(and expr expr ...) evaluates each of its arguments in order, quitting (and returning #f) \
+                                       as soon as one of them returns #f.  If all are non-#f, it returns the last value."
+-  #define or_help                "(or expr expr ...) evaluates each of its argments in order, quitting as soon as one of them is not #f.  \
++  #define or_help                "(or expr expr ...) evaluates each of its arguments in order, quitting as soon as one of them is not #f.  \
+                                       If all are #f, or returns #f."
+   #define case_help              "(case val ((key...) clause...)...) looks for val in the various lists of keys, and if a \
+                                       match is found (via eqv?), the associated clauses are evaluated, and case returns."
+--- snd.orig/tools/ffitest.c
++++ snd/tools/ffitest.c
+@@ -1440,7 +1440,7 @@
+     s7_pointer iter, x;
+     iter = s7_make_iterator(sc, s7_list(sc, 3, TO_S7_INT(1), TO_S7_INT(2), TO_S7_INT(3)));
+     if (!s7_is_iterator(iter))
+-      fprintf(stderr, "%d: %s is not an interator\n", __LINE__, TO_STR(iter));
++      fprintf(stderr, "%d: %s is not an iterator\n", __LINE__, TO_STR(iter));
+     if (s7_iterator_is_at_end(iter))
+       fprintf(stderr, "%d: %s is prematurely done\n", __LINE__, TO_STR(iter));
+     x = s7_iterate(sc, iter);
+--- snd.orig/snd-prefs.c
++++ snd/snd-prefs.c
+@@ -3431,7 +3431,7 @@
+ 	      }
+ 	  if (curpos >= 0)
+ 	    set_transform_type(curpos);
+-	  else post_prefs_error("unknown tranform", prf);
++	  else post_prefs_error("unknown transform", prf);
+ 	}
+       else post_prefs_error("no transform?", prf);
+       free(trimmed_str);
diff --git a/debian/patches/series b/debian/patches/series
index c69a03b..cd634e7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 gtk_check_version.patch
+fix-spelling.patch

-- 
snd packaging



More information about the pkg-multimedia-commits mailing list