[SCM] faust/master: Spelling fixes

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed May 18 15:13:09 UTC 2016


The following commit has been merged in the master branch:
commit 95fcc55f88cc57327ca16e076cc0d06416b792e0
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed May 18 14:31:35 2016 +0200

    Spelling fixes

diff --git a/debian/patches/series b/debian/patches/series
index 96fe692..c4914b4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ strip-usrlocal
 kFreeBSD
 unistd
 ldflags
+spelling
diff --git a/debian/patches/spelling b/debian/patches/spelling
new file mode 100644
index 0000000..803b8da
--- /dev/null
+++ b/debian/patches/spelling
@@ -0,0 +1,37 @@
+Description: fixed spelling
+Author: Debian
+Forwarded: no
+Last-Update: 2016-05-18
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- faust.orig/architecture/faust/audio/alsa-dsp.h
++++ faust/architecture/faust/audio/alsa-dsp.h
+@@ -416,7 +416,7 @@
+ 			}
+ 
+ 		} else {
+-			check_error_msg(-10000, "unknow access mode");
++			check_error_msg(-10000, "unknown access mode");
+ 		}
+     }
+ 
+@@ -501,7 +501,7 @@
+ 			}
+ 
+ 		} else {
+-			check_error_msg(-10000, "unknow access mode");
++			check_error_msg(-10000, "unknown access mode");
+ 		}
+ 	}
+ 
+--- faust.orig/compiler/draw/drawschema.cpp
++++ faust/compiler/draw/drawschema.cpp
+@@ -530,7 +530,7 @@
+              << boxpp(step)<< ')';
+     }
+     else {
+-        cerr << "INTERNAL ERROR : unknow user interface element " << endl;
++        cerr << "INTERNAL ERROR : unknown user interface element " << endl;
+         exit(0);
+     }
+     d = fout.str();

-- 
faust packaging



More information about the pkg-multimedia-commits mailing list