Skip to content

Commit 55cd1d8

Browse files
fix typo
1 parent 059f6e8 commit 55cd1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/index_cache.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function IndexCache(sys::AbstractSystem)
7272
if has_discrete_subsystems(sys) && get_discrete_subsystems(sys) !== nothing
7373
_, inputs, continuous_id, _ = get_discrete_subsystems(sys)
7474
for par in inputs[continuous_id]
75-
is_parameter(sys, par) || error("Discrete subsytem input is not a parameter")
75+
is_parameter(sys, par) || error("Discrete subsystem input is not a parameter")
7676
insert_by_type!(disc_buffers, par)
7777
end
7878
end

0 commit comments

Comments
 (0)