Skip to content

Commit 6b723ca

Browse files
committed
typos
1 parent 8184391 commit 6b723ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ReachSets/discretize.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ function _discretize_interpolation_inhomog(δ, U0, U, X0, ϕ, Einit, Eψ0, A, si
735735
Ud = VaryingInput(Ud)
736736

737737
else
738-
throw(ArgumentError("input of type $(typeof(U)) is not allwed"))
738+
throw(ArgumentError("input of type $(typeof(U)) is not allowed"))
739739
end
740740
return Ω0, Ud
741741
end
@@ -883,7 +883,7 @@ function _discretize_interval_matrix_inhomog(U, Ω0_homog, linear_maps,
883883
throw(ArgumentError("varying inputs with interval matrices are not " *
884884
"supported yet"))
885885
else
886-
throw(ArgumentError("input of type $(typeof(U)) is not allwed"))
886+
throw(ArgumentError("input of type $(typeof(U)) is not allowed"))
887887
end
888888
return Ω0, Ud
889889
end

0 commit comments

Comments
 (0)