Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/readoperator.jl @ 791:7669c1e3a9a4 operator_storage_array_of_table
Fix typos
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 22 Jul 2021 10:14:04 +0200 |
parents | f6e56d5dbc17 |
children | 26bf5b2b3e32 |
line wrap: on
line diff
--- a/src/SbpOperators/readoperator.jl Thu Jul 22 10:13:33 2021 +0200 +++ b/src/SbpOperators/readoperator.jl Thu Jul 22 10:14:04 2021 +0200 @@ -9,7 +9,7 @@ # The read_stencil_set and get_stencil_set functions return the freshly parsed # toml. The generic code in these functions can't be expected to know anyhting # about how to read different stencil sets as they may contain many different -# kinds of stecils. We should how ever add read_ and get_ functions for all +# kinds of stencils. We should how ever add read_ and get_ functions for all # the types of stencils we know about. # # After getting a stencil set the user can use parse functions to parse what @@ -78,7 +78,7 @@ function check_stencil_toml(toml) if !(toml isa Dict || toml isa Vector{String}) - throw(ArgumentError("the TOML for a stecil must be a vector of strings or a table.")) + throw(ArgumentError("the TOML for a stencil must be a vector of strings or a table.")) end if toml isa Vector{String}