Skip to content

Commit 042df1d

Browse files
committed
codespell
1 parent b8e3b6b commit 042df1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/io.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,11 @@ function simplexgrid(file::String, ::Type{Val{:ele}}; kwargs...)
284284
end
285285
npointboundarymarkers = parse(Ti, gettoken(tks_node))
286286
if npointboundarymarkers > 0
287-
@warn "ingnoring point boundary markers"
287+
@warn "ignoring point boundary markers"
288288
end
289289
npointattributes = parse(Ti, gettoken(tks_node))
290290
if npointattributes > 0
291-
@warn "ingnoring point attributes"
291+
@warn "ignoring point attributes"
292292
end
293293
coord = Array{Float64, 2}(undef, dim, npoints)
294294
for ipoint in 1:npoints

0 commit comments

Comments
 (0)