# HG changeset patch # User Rik # Date 1346623730 25200 # Node ID ecdb1463bff41d95fa830b79b4497fb680d776ba # Parent c5d09a57ceb21f07cc15df1e8db5fe091de7006c Fix typo in install.txi and in documentation spellcheck dictionary * aspell-octave.en.pws: Remove gfortan, libcruft entries. * install.txi: Fix typo gfortan -> gfortran. diff -r c5d09a57ceb2 -r ecdb1463bff4 doc/interpreter/doccheck/aspell-octave.en.pws --- a/doc/interpreter/doccheck/aspell-octave.en.pws Sun Sep 02 22:39:56 2012 +0200 +++ b/doc/interpreter/doccheck/aspell-octave.en.pws Sun Sep 02 15:08:50 2012 -0700 @@ -338,7 +338,6 @@ geq gesdd gesvd -gfortan Ghostscript Ghostscript's gif @@ -493,7 +492,6 @@ LF lfloor li -libcruft libcurl liblapack liboctave diff -r c5d09a57ceb2 -r ecdb1463bff4 doc/interpreter/install.txi --- a/doc/interpreter/install.txi Sun Sep 02 22:39:56 2012 +0200 +++ b/doc/interpreter/install.txi Sun Sep 02 15:08:50 2012 -0700 @@ -797,7 +797,7 @@ You must ensure that all Fortran sources except those in the @file{liboctave/cruft/ranlib} directory are compiled such that INTEGERS are -8-bytes wide. If you are using gfortan, the configure script should +8-bytes wide. If you are using gfortran, the configure script should automatically set the Makefile variable @w{@env{F77_INTEGER_8_FLAG}} to @option{-fdefault-integer-8}. If you are using another compiler, you must set this variable yourself. You should NOT set this flag in