diff scripts/optimization/fsolve.m @ 16013:4efc0c1537df

Fix typo in the documentation of function fsolve
author Rafael Laboissiere <rafael@laboissiere.net>
date Thu, 07 Feb 2013 22:01:09 +0100
parents 5d3a684236b0
children 7babcdb9bc13
line wrap: on
line diff
--- a/scripts/optimization/fsolve.m
+++ b/scripts/optimization/fsolve.m
@@ -96,7 +96,7 @@
 ## employ OutputFcn: After a vector is evaluated for residuals, if OutputFcn is
 ## called with that vector, then the intermediate results should be saved for
 ## future Jacobian evaluation, and should be kept until a Jacobian evaluation
-## is requested or until outputfcn is called with a different vector, in which
+## is requested or until OutputFcn is called with a different vector, in which
 ## case they should be dropped in favor of this most recent vector.  A short
 ## example how this can be achieved follows:
 ##