diff doc/interpreter/dynamic.txi @ 6606:2c19eaa2c6f7

[project @ 2007-05-07 17:09:38 by jwe]
author jwe
date Mon, 07 May 2007 17:09:38 +0000
parents 3da1f4a41455
children 2aad75fcc93a
line wrap: on
line diff
--- a/doc/interpreter/dynamic.txi	Wed May 02 16:15:28 2007 +0000
+++ b/doc/interpreter/dynamic.txi	Mon May 07 17:09:38 2007 +0000
@@ -1099,7 +1099,7 @@
 
 The major issue is that the help string will typically be longer than a
 single line of text, and so the formatting of long help strings need to
-be taken into account.  There are several manner in which to happen this
+be taken into account.  There are several manner in which to treat this
 issue, but the most common is illustrated in the following example
 
 @example
@@ -1130,9 +1130,9 @@
 and demonstration code.  This is equally a requirement for
 oct-files.  Furthermore the test and demonstration code must be included
 in a comment block of the compiled code to avoid it being interpreted by
-the compiler.  Finally, he Octave test and demonstration code must have
+the compiler.  Finally, the Octave test and demonstration code must have
 access to the source code of the oct-file and not just the compiled code
-as th<e tests are stripped from the compiled code.  An example in an
+as the tests are stripped from the compiled code.  An example in an
 oct-file might be
 
 @example