diff scripts/sparse/treeplot.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents bac54daffde2
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/sparse/treeplot.m	Mon Apr 04 13:37:13 2011 -0700
+++ b/scripts/sparse/treeplot.m	Mon Apr 04 15:33:46 2011 -0700
@@ -19,7 +19,7 @@
 ## -*- texinfo -*-
 ## @deftypefn  {Function File} {} treeplot (@var{tree})
 ## @deftypefnx {Function File} {} treeplot (@var{tree}, @var{node_style}, @var{edge_style})
-## Produces a graph of tree or forest.  The first argument is vector of
+## Produce a graph of tree or forest.  The first argument is vector of
 ## predecessors, optional parameters @var{node_style} and @var{edge_style}
 ## define the output style.  The complexity of the algorithm is O(n) in
 ## terms of is time and memory requirements.