diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index 3d557915755..731d9395a9b 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -10,4 +10,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@v4 - name: Check spelling - uses: crate-ci/typos@v1.28.1 + uses: crate-ci/typos@v1.29.0 diff --git a/docs/literate/src/files/DGSEM_FluxDiff.jl b/docs/literate/src/files/DGSEM_FluxDiff.jl index faafe458122..1fe0ad919b9 100644 --- a/docs/literate/src/files/DGSEM_FluxDiff.jl +++ b/docs/literate/src/files/DGSEM_FluxDiff.jl @@ -173,7 +173,7 @@ semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition, solver, tspan = (0.0, 0.4) ode = semidiscretize(semi, tspan); -# To analyse the entropy conservation of the approximation, we will use the analysis calllback +# To analyse the entropy conservation of the approximation, we will use the analysis callback # implemented in Trixi. It provides some information about the approximation including the entropy change. analysis_callback = AnalysisCallback(semi, interval = 100);