Skip to content

Commit

Permalink
Bump crate-ci/typos from 1.28.1 to 1.29.0 (#2221)
Browse files Browse the repository at this point in the history
* 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](crate-ci/typos@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] <support@github.com>

* fix typo

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Lampert <joshua.lampert@uni-hamburg.de>
  • Loading branch information
dependabot[bot] and JoshuaLampert authored Jan 5, 2025
1 parent f09a707 commit 0d86176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/literate/src/files/DGSEM_FluxDiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 0d86176

Please sign in to comment.