Skip to content

Commit 728af22

Browse files
Bump crate-ci/typos from 1.34.0 to 1.37.0 (#242)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joshua Lampert <joshua.lampert@uni-hamburg.de> Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com>
1 parent a6a2e1b commit 728af22

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v5
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.34.0
13+
uses: crate-ci/typos@v1.37.0

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[default.extend-words]
22
ater = "ater" # Needed for {D}ispersive{S}hallow{W}ater.jl
3+
tructure = "tructure" # Needed for {S}tructure-preserving

src/callbacks_step/analysis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ solution and integrated over the computational domain. Some examples for this ar
1313
[`entropy`](@ref), and [`energy_total`](@ref).
1414
You can also write your own function with the same signature as the examples listed above and
1515
pass it via `extra_analysis_integrals`.
16-
The computed errors and intergrals are saved for each timestep and can be obtained by calling
16+
The computed errors and integrals are saved for each timestep and can be obtained by calling
1717
[`errors`](@ref) and [`integrals`](@ref).
1818
1919
During the Simulation, the `AnalysisCallback` will print information to `io`.

test/test_util.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ end
134134
@test_trixi_include(example; l2=nothing, linf=nothing, cons_error=nothing
135135
change_waterheight=nothing,
136136
change_velocity=nothing,
137+
change_momentum=nothing,
137138
change_entropy=nothing,
138139
change_entropy_modified=nothing,
139140
change_hamiltonian=nothing,
@@ -146,7 +147,7 @@ By default, only the absence of error output is checked.
146147
If `l2`, `linf` or `cons_error` are specified, in addition the resulting L2/Linf/conservation
147148
errors are compared approximately against these reference values, using `atol, rtol`
148149
as absolute/relative tolerance.
149-
If `change_waterheight`, `change_velocity`, `change_momemtum`, `change_entropy`, `change_entropy_modified`,
150+
If `change_waterheight`, `change_velocity`, `change_momentum`, `change_entropy`, `change_entropy_modified`,
150151
`change_hamiltonian`, or `lake_at_rest` are specified, in addition the resulting changes of the different errors are
151152
compared approximately against these reference values, using `atol_ints`, `rtol_ints` as absolute/relative tolerance.
152153
"""

0 commit comments

Comments
 (0)