From 0d86176a1f24790a19a1e500e783507104684caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 11:18:53 +0100 Subject: [PATCH] Bump crate-ci/typos from 1.28.1 to 1.29.0 (#2221) * Bump crate-ci/typos from 1.28.1 to 1.29.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.28.1 to 1.29.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.28.1...v1.29.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * fix typo --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joshua Lampert --- .github/workflows/SpellCheck.yml | 2 +- docs/literate/src/files/DGSEM_FluxDiff.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);