diff scripts/sparse/treeplot.m @ 7007:6304d9ea0a30

[project @ 2007-10-11 16:26:36 by jwe]
author jwe
date Thu, 11 Oct 2007 16:26:37 +0000
parents a8105a726e68
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/sparse/treeplot.m	Wed Oct 10 19:15:04 2007 +0000
+++ b/scripts/sparse/treeplot.m	Thu Oct 11 16:26:37 2007 +0000
@@ -19,7 +19,7 @@
 ## @deftypefn {Function File} {} treeplot (@var{Tree})
 ## @deftypefnx {Function File} {} treeplot (@var{Tree}, @var{LineStyle}, @var{EdgeStyle})
 ## Produces a graph of tree or forest. The first argument is vector of
-## predecessors, optional parametres @var{LineStyle} and @var{EdgeStyle}
+## predecessors, optional parameters @var{LineStyle} and @var{EdgeStyle}
 ## define the output style. The complexity of the algorithm is O(n) in
 ## terms of is time and memory requirements.
 ## @seealso{etreeplot, gplot}