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();
