# HG changeset patch # User David Bateman # Date 1205248123 14400 # Node ID 738ca2f7c83e100f4b2a90de708fb8b2e617f5ae # Parent b7a30502f0c965e8988dd85d4a7da29d4260d7cd run-octave.in: fix typo diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-11 David Bateman + + * run-octave.in: Fix typo. + 2008-02-21 John W. Eaton * examples/Makefile.in (install install-strip): Ignore errors diff --git a/run-octave.in b/run-octave.in --- 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