changeset 8486:fe1bea543cd4

[docs] add
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:26:36 -0500
parents 2beb59bf773a
children 5701c2fe3327
files doc/interpreter/dynamic.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/dynamic.txi	Tue Jan 13 00:26:33 2009 -0500
+++ b/doc/interpreter/dynamic.txi	Tue Jan 13 00:26:36 2009 -0500
@@ -1204,7 +1204,7 @@
 
 The basic command to build a mex-file is either @code{mkoctfile --mex} or
 @code{mex}.  The first can either be used from within Octave or from the
-commandline.  However, to avoid issues with the installation of other
+command line.  However, to avoid issues with the installation of other
 products, the use of the command @code{mex} is limited to within Octave.
 
 @DOCSTRING(mex)