Skip to content

Commit bcd5fc0

Browse files
Update retcodes.jl
1 parent 2020887 commit bcd5fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/retcodes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ EnumX.@enumx ReturnCode begin
412412
413413
- For nonlinear least squares optimizations, this is given for local minima which exceed
414414
the chosen tolerance, i.e. `f(x)=resid` where `||resid||>tol` so it's not considered
415-
ReturnCode.Success but it is still considered a sucessful return of the solver since
415+
ReturnCode.Success but it is still considered a successful return of the solver since
416416
it's a valid local minima (and there no minima which achieves the tolerance).
417417
418418
## Properties

0 commit comments

Comments
 (0)