changeset 8475:cc3ad79fd6b7

[docs] octave => Octave
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:23:21 -0500
parents 7be5917f181a
children 4998c6c78632
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:22:42 2009 -0500
+++ b/doc/interpreter/dynamic.txi	Tue Jan 13 00:23:21 2009 -0500
@@ -68,7 +68,7 @@
 of your time, relative to staying in Octave?
 @end itemize
 
-Also, as oct- and mex-files are dynamically linked to octave, they
+Also, as oct- and mex-files are dynamically linked to Octave, they
 introduce the possibility of Octave crashing due to errors in
 the user code.  For example a segmentation violation in the user's code
 will cause Octave to abort.