Skip to content

Commit a753186

Browse files
committed
fix: typos
1 parent b0193e5 commit a753186

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.typos.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[default.extend-words]
2-
SER = "SER"
2+
SER = "SER"
3+
fo = "fo"

lib/SimpleNonlinearSolve/src/trust_region.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function dogleg_method!!(cache, J, f, g, Δ)
189189
# Test if the full step is within the trust region
190190
(L2_NORM(δN) Δ) && return δN
191191

192-
# Calcualte Cauchy point, optimum along the steepest descent direction
192+
# Calculate Cauchy point, optimum along the steepest descent direction
193193
@bb δsd .= g
194194
@bb @. δsd *= -1
195195
norm_δsd = L2_NORM(δsd)

0 commit comments

Comments
 (0)