Skip to content

Commit b96121e

Browse files
committed
Fix typo
1 parent b2cbeb5 commit b96121e

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
@@ -241,7 +241,7 @@ function expand_connections(sys::AbstractSystem; debug=false, tol=1e-10)
241241
len = length(outers) + length(inners)
242242
allconnectors = Iterators.flatten((outers, inners))
243243
dups = find_duplicates(nameof(c) for c in allconnectors)
244-
length(dups) == 0 || error("$(Connection(syss)) has duplicated connections: $(dups).")
244+
length(dups) == 0 || error("$(Connection(sys)) has duplicated connections: $(dups).")
245245
end
246246

247247
if debug

0 commit comments

Comments
 (0)