diff scripts/optimization/sqp.m @ 13931:9de488c6c59c

doc: Spellcheck documentation before 3.6.0 release * aspell-octave.en.pws: Add new words to dictionary. * debug.txi, plot.txi, accumarray.m, krylov.m, sqp.m, pkg.m, fftshift.m, bicg.m, binornd.m, str2num.m: Correct misspellings or add @nospell macro.
author Rik <octave@nomad.inbox5.com>
date Wed, 23 Nov 2011 09:42:50 -0800
parents 9cae456085c2
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/optimization/sqp.m
+++ b/scripts/optimization/sqp.m
@@ -75,7 +75,7 @@
 ## formula is used to approximate the Hessian.
 ##
 ## When supplied, the gradient function @code{@var{phi}@{2@}} must accept
-## one vector argument and return a vector.  When supplifed, the Hessian
+## one vector argument and return a vector.  When supplied, the Hessian
 ## function @code{@var{phi}@{3@}} must accept one vector argument and
 ## return a matrix.
 ##