changeset 9752:51c21837686f

Period spellcheck of Octave documentation to check and fix newly added DOCSTRINGS
author Rik <rdrider0-list@yahoo.com>
date Thu, 22 Oct 2009 20:25:08 -0700
parents 2b0cc0b6db61
children 892e2aa7bc75
files doc/interpreter/oop.txi doc/interpreter/plot.txi scripts/help/type.m scripts/plot/clf.m
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/oop.txi	Thu Oct 22 12:18:56 2009 -0400
+++ b/doc/interpreter/oop.txi	Thu Oct 22 20:25:08 2009 -0700
@@ -605,7 +605,7 @@
 
 Note further that all our examples provide for the case in which no
 arguments are supplied.  This is important since octave will call the
-constructor with no arguments when loading ojects from save files to
+constructor with no arguments when loading objects from save files to
 determine the inheritance structure.
 
 A class may be a child of more than one class (see the documentation
--- a/doc/interpreter/plot.txi	Thu Oct 22 12:18:56 2009 -0400
+++ b/doc/interpreter/plot.txi	Thu Oct 22 20:25:08 2009 -0700
@@ -867,7 +867,7 @@
 return a handle pointing to an object of type line, the function @code{subplot}
 returns a handle pointing to an object of type axes, the function @code{fill} returns a
 handle pointing to an object of type patch, the functions @code{area}, @code{bar},
-@code{barh}, @code{contour}, @code{contuorf}, @code{contour3}, @code{surf}, @code{mesh},
+@code{barh}, @code{contour}, @code{contourf}, @code{contour3}, @code{surf}, @code{mesh},
 @code{surfc}, @code{meshc},
 @code{errorbar}, @code{quiver}, @code{quiver3}, @code{scatter}, @code{scatter3},
 @code{stair}, @code{stem}, @code{stem3} each return a handle as documented
--- a/scripts/help/type.m	Thu Oct 22 12:18:56 2009 -0400
+++ b/scripts/help/type.m	Thu Oct 22 20:25:08 2009 -0700
@@ -17,7 +17,7 @@
 ## -*- texinfo -*-
 ## @deftypefn  {Command} {} type @var{name} @dots{}
 ## @deftypefnx {Command} {} type -q @var{name} @dots{}
-## @deftypefnx {Function File} {defs =} type ("@var{name}", @dots{})
+## @deftypefnx {Function File} {dfns =} type ("@var{name}", @dots{})
 ## Display the definition of each @var{name} that refers to a function.
 ## 
 ## Normally also displays whether each @var{name} is user-defined or built-in;
--- a/scripts/plot/clf.m	Thu Oct 22 12:18:56 2009 -0400
+++ b/scripts/plot/clf.m	Thu Oct 22 20:25:08 2009 -0700
@@ -22,7 +22,7 @@
 ## @deftypefnx {Function File} {} clf (@var{hfig})
 ## @deftypefnx {Function File} {} clf (@var{hfig}, "reset")
 ## Clear the current figure window.  @code{clf} operates by deleting child
-## graphics objects with visible handles (@code{HandleVisibility} = on).
+## graphics objects with visible handles (@code{handlevisibility} = on).
 ## If @var{hfig} is specified operate on it instead of the current figure.
 ## If the optional argument @code{"reset"} is specified, all objects including
 ## those with hidden handles are deleted.