Skip to content

Commit ebcc690

Browse files
committed
Fix spelling
1 parent 8ced965 commit ebcc690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/KPS4.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ $(TYPEDFIELDS)
8989
wm::AbstractWinchModel
9090
"Iterations, number of calls to the function residual!"
9191
iter:: Int64 = 0
92-
"Function for calculation the lift coefficent, using a spline based on the provided value pairs."
92+
"Function for calculation the lift coefficient, using a spline based on the provided value pairs."
9393
calc_cl::Spline1D
94-
"Function for calculation the drag coefficent, using a spline based on the provided value pairs."
94+
"Function for calculation the drag coefficient, using a spline based on the provided value pairs."
9595
calc_cd::Spline1D
9696
"wind vector at the height of the kite"
9797
v_wind::T = zeros(S, 3)

0 commit comments

Comments
 (0)