typo in error message
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 18 Nov 2010 02:14:39 +0000 (02:14 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 18 Nov 2010 02:14:39 +0000 (02:14 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@239 01035d8c-6547-0410-b346-abe4f91aad63

codec2/src/c2sim.c

index 3fb03b565167e791f0e30d90eec851c7fb3c43fb..2ed87de3a743cc7edb692f14f540c3ac7aaa1637 100644 (file)
@@ -170,7 +170,7 @@ int main(int argc, char *argv[])
   /* Input file */
 
   if ((fin = fopen(argv[1],"rb")) == NULL) {
-    fprintf(stderr, "Error opening input bit file: %s: %s.\n",
+    fprintf(stderr, "Error opening input speech file: %s: %s.\n",
      argv[1], strerror(errno));
     exit(1);
   }