Skip to content

Commit 5b52c81

Browse files
committed
fix typo
1 parent 858a2b5 commit 5b52c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extensive_kinetic_math(m::SBML.Model, formula::SBML.Math) = SBML.interpret_math(
3434
if isnothing(m.compartments[sp.compartment].size) &&
3535
!seemsdefined(sp.compartment, m)
3636
if m.compartments[sp.compartment].spatial_dimensions == 0
37-
# If the comparment ID doesn't seem directly defined anywhere
37+
# If the compartment ID doesn't seem directly defined anywhere
3838
# and it is a zero-dimensional unsized compartment, just avoid
3939
# any sizing questions.
4040
return x

0 commit comments

Comments
 (0)