changeset 7579:a74f9679535f

run-octave.in: fix typo
author David Bateman <dbateman@free.fr>
date Tue, 11 Mar 2008 11:08:43 -0400
parents 91f8446ce4ae
children b4aa9ef3d3ef
files ChangeLog run-octave.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 11 10:49:33 2008 -0400
+++ b/ChangeLog	Tue Mar 11 11:08:43 2008 -0400
@@ -1,3 +1,7 @@
+2008-03-11  David Bateman  <dbateman@free.fr>
+
+	* run-octave.in: Fix typo.
+
 2008-02-21  John W. Eaton  <jwe@octave.org>
 
 	* examples/Makefile.in (install install-strip): Ignore errors
--- a/run-octave.in	Tue Mar 11 10:49:33 2008 -0400
+++ b/run-octave.in	Tue Mar 11 11:08:43 2008 -0400
@@ -50,7 +50,7 @@
 
 LOADPATH="$d1_path:$d2_path:$d3_path:$d4_path"
 IMAGEPATH="$top_srcdir/scripts/image"
-INFOFILE="$builddir/doc/interperter/octave.info"
+INFOFILE="$builddir/doc/interpreter/octave.info"
 
 if [ $# -gt 0 ]; then
   if [ "x$1" = "x-g" ]; then