diff doc/interpreter/testfun.txi @ 8481:00df69d7e698

[docs] capitalize Octave consistently
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:25:40 -0500
parents 503001863427
children 03b7f618ab3d
line wrap: on
line diff
--- a/doc/interpreter/testfun.txi	Tue Jan 13 00:25:37 2009 -0500
+++ b/doc/interpreter/testfun.txi	Tue Jan 13 00:25:40 2009 -0500
@@ -36,7 +36,7 @@
 
 @code{test} scans the named script file looking for lines which
 start with @code{%!}. The prefix is stripped off and the rest of the
-line is processed through the octave interpreter. If the code
+line is processed through the Octave interpreter. If the code
 generates an error, then the test is said to fail.
 
 Since @code{eval()} will stop at the first error it encounters, you must
@@ -285,7 +285,7 @@
 
 but then the code will have to be on the load path and the user 
 will have to remember to type test('name.cc').  Conversely, you
-can separate the tests from normal octave script files by putting
+can separate the tests from normal Octave script files by putting
 them in plain files with no extension rather than in script files.
 @c DO I WANT TO INCLUDE THE EDITOR SPECIFIC STATEMENT BELOW???
 @c Don't forget to tell emacs that the plain text file you are using