Skip to content

Commit 8491504

Browse files
committed
fix typo
1 parent 0437f98 commit 8491504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function step(
8383
if !isfinite(DiffResults.value(grad_buf))
8484
throw(
8585
ErrorException(
86-
"The objective value is $(DiffResults.value(grad_buf)). This indicates that the opitimization run diverged.",
86+
"The objective value is $(DiffResults.value(grad_buf)). This indicates that the optimization run diverged.",
8787
),
8888
)
8989
end

0 commit comments

Comments
 (0)