Skip to content

Commit 7bfbcbb

Browse files
authored
Merge pull request #1892 from jaakkor2/patch-1
spelling fix
2 parents 113ed20 + 6067c6d commit 7bfbcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/connectors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function Base.show(io::IO, c::ConnectionSet)
172172
end
173173

174174
@noinline function connection_error(ss)
175-
error("Different types of connectors are in one conenction statement: <$(map(nameof, ss))>")
175+
error("Different types of connectors are in one connection statement: <$(map(nameof, ss))>")
176176
end
177177

178178
function connection2set!(connectionsets, namespace, ss, isouter)

0 commit comments

Comments
 (0)