diff doc/interpreter/external.txi @ 26048:d02e4b1df697

doc: Spellcheck documentation. * aspell-octave.en.pws: Add new words to Octave-specific dictionary. * external.txi, preface.txi, open.m, fzero.m, print.m: Correct spellings and add @nospell macro around words which shouldn't be checked.
author Rik <rik@octave.org>
date Fri, 09 Nov 2018 22:02:30 -0800
parents 1357b79f87bc
children 00b3e20eb3bc
line wrap: on
line diff
--- a/doc/interpreter/external.txi	Fri Nov 09 21:38:44 2018 -0800
+++ b/doc/interpreter/external.txi	Fri Nov 09 22:02:30 2018 -0800
@@ -2092,7 +2092,7 @@
 @node Set up the JVM
 @subsection Set up the JVM
 @cindex memory, limitations on JVM
-@cindex select JVM vesion
+@cindex select JVM version
 
 In order to execute Java code Octave creates a Java Virtual Machine (JVM).  By
 default the version of the JVM is used that was detected during configuration
@@ -2103,7 +2103,7 @@
 environment variable @w{@env{JAVA_HOME}} to the path where the JVM is
 installed.  On Windows that might be, for example,
 @file{C:\Program Files\Java\jre-10.0.2}.  Make sure that you select a directory
-that contains the JVM with a bit-ness that matches Octave's.
+that contains the JVM with a @nospell{bit-ness} that matches Octave's.
 
 The JVM is only loaded once per Octave session.  Thus, to change the used
 version of the JVM, you might have to re-start Octave.  To check which version