[SCM] faust/master: More spelling fixes.
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Sat Sep 24 18:51:54 UTC 2016
The following commit has been merged in the master branch:
commit 35fa9c5fcf881b057ddd907e4734f6cb6a8d8d3c
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Sat Sep 24 20:51:39 2016 +0200
More spelling fixes.
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 63ce348..3e2265e 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -24,3 +24,82 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
}
}
+--- faust.orig/compiler/generator/occurences.cpp
++++ faust/compiler/generator/occurences.cpp
+@@ -63,7 +63,7 @@
+ void OccMarkup::mark(Tree root)
+ {
+ fRootTree = root;
+- fPropKey = tree(unique("OCCURENCES"));
++ fPropKey = tree(unique("OCCURRENCES"));
+
+ if (isList(root)) {
+ while (isList(root)) {
+@@ -172,4 +172,4 @@
+ if (hd(env) == t) return p;
+ else return position (tl(env), t, p+1);
+ }
+-#endif
+\ No newline at end of file
++#endif
+--- faust.orig/compiler/signals/sigorderrules.cpp
++++ faust/compiler/signals/sigorderrules.cpp
+@@ -176,7 +176,7 @@
+ }
+
+ // unrecognized signal here
+- fprintf(stderr, "ERROR infering signal order : unrecognized signal : "); print(sig, stderr); fprintf(stderr, "\n");
++ fprintf(stderr, "ERROR inferring signal order : unrecognized signal : "); print(sig, stderr); fprintf(stderr, "\n");
+ exit(1);
+ return 0;
+ }
+--- faust.orig/compiler/signals/sigtyperules.cpp
++++ faust/compiler/signals/sigtyperules.cpp
+@@ -389,7 +389,7 @@
+ else if (isList(sig)) { return T( hd(sig),env ) * T( tl(sig),env ); }
+
+ // unrecognized signal here
+- fprintf(stderr, "ERROR infering signal type : unrecognized signal : "); print(sig, stderr); fprintf(stderr, "\n");
++ fprintf(stderr, "ERROR inferring signal type : unrecognized signal : "); print(sig, stderr); fprintf(stderr, "\n");
+ exit(1);
+ return 0;
+ }
+@@ -403,7 +403,7 @@
+ {
+ TupletType* tt = isTupletType(t);
+ if (tt == 0) {
+- cerr << "ERROR infering projection type, not a tuplet type : " << t << endl;
++ cerr << "ERROR inferring projection type, not a tuplet type : " << t << endl;
+ exit(1);
+ }
+ //return (*tt)[i] ->promoteVariability(t->variability())
+@@ -428,12 +428,12 @@
+ {
+ TableType* tt = isTableType(tbl);
+ if (tt == 0) {
+- cerr << "ERROR infering write table type, wrong table type : " << tbl << endl;
++ cerr << "ERROR inferring write table type, wrong table type : " << tbl << endl;
+ exit(1);
+ }
+ SimpleType* st = isSimpleType(wi);
+ if (st == 0 || st->nature() > kInt) {
+- cerr << "ERROR infering write table type, wrong write index type : " << wi << endl;
++ cerr << "ERROR inferring write table type, wrong write index type : " << wi << endl;
+ exit(1);
+ }
+
+@@ -455,12 +455,12 @@
+ {
+ TableType* tt = isTableType(tbl);
+ if (tt == 0) {
+- cerr << "ERROR infering read table type, wrong table type : " << tbl << endl;
++ cerr << "ERROR inferring read table type, wrong table type : " << tbl << endl;
+ exit(1);
+ }
+ SimpleType* st = isSimpleType(ri);
+ if (st == 0 || st->nature() > kInt) {
+- cerr << "ERROR infering read table type, wrong write index type : " << ri << endl;
++ cerr << "ERROR inferring read table type, wrong write index type : " << ri << endl;
+ exit(1);
+ }
+
--
faust packaging
More information about the pkg-multimedia-commits
mailing list