diff scripts/polynomial/polyval.m @ 10224:f6e0404421f4

point to polyint in @seealso, not polyinteg
author John W. Eaton <jwe@octave.org>
date Fri, 29 Jan 2010 12:52:32 -0500
parents 16f53d29049f
children a8ce6bdecce5
line wrap: on
line diff
--- a/scripts/polynomial/polyval.m
+++ b/scripts/polynomial/polyval.m
@@ -32,7 +32,7 @@
 ## prediction interval, the structured variable @var{s}, originating
 ## form `polyfit', must be present.
 ## @seealso{polyfit, polyvalm, poly, roots, conv, deconv, residue, filter,
-## polyderiv, polyinteg}
+## polyderiv, polyint}
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>