changeset 6782:e3f06290847c

[project @ 2007-07-20 16:08:21 by jwe]
author jwe
date Fri, 20 Jul 2007 16:09:01 +0000
parents 3058060c560f
children f966543d105f
files ChangeLog mkoctfile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 19 08:07:32 2007 +0000
+++ b/ChangeLog	Fri Jul 20 16:09:01 2007 +0000
@@ -1,3 +1,7 @@
+2007-07-20  Thomas Treichl  <Thomas.Treichl@gmx.net>
+
+	* mkoctfile.in: Fix typo.
+
 2007-06-25  John W. Eaton  <jwe@octave.org>
 
 	* mk-opts.pl (emit_print_function): Make generated function print
--- a/mkoctfile.in	Thu Jul 19 08:07:32 2007 +0000
+++ b/mkoctfile.in	Fri Jul 20 16:09:01 2007 +0000
@@ -253,7 +253,7 @@
       if [ $# -gt 0 ]; then
         incflags="$incflags -idirafter $1"
       else
-        echo "mkoctfile: include directory name misisng name missing" 1>&2
+        echo "mkoctfile: include directory name missing" 1>&2
       fi
     ;;
     -D*)