# HG changeset patch # User Rafael Laboissiere # Date 1360270869 -3600 # Node ID 4efc0c1537dfc2e7e508f7dd0ec4dd960b0b9579 # Parent ca37c6023a799673a2d9c2070d4ee58c822c5889 Fix typo in the documentation of function fsolve diff -r ca37c6023a79 -r 4efc0c1537df scripts/optimization/fsolve.m --- a/scripts/optimization/fsolve.m Thu Feb 07 12:26:50 2013 -0500 +++ b/scripts/optimization/fsolve.m Thu Feb 07 22:01:09 2013 +0100 @@ -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: ##