changeset 11683:738ca2f7c83e release-3-0-x

run-octave.in: fix typo
author David Bateman <dbateman@free.fr>
date Tue, 11 Mar 2008 11:08:43 -0400
parents b7a30502f0c9
children e77150aa1ac2
files ChangeLog run-octave.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
+++ b/run-octave.in
@@ -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