Skip to content

Commit f95d39b

Browse files
Bump crate-ci/typos from 1.34.0 to 1.37.1 (#114)
* Bump crate-ci/typos from 1.34.0 to 1.37.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.34.0 to 1.37.1. - [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.34.0...v1.37.1) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.37.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix typos --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hendrik Ranocha <[email protected]>
1 parent fa09750 commit f95d39b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.1

examples/structured_2d_dgsem/elixir_shallowwater_well_balanced_wet_dry.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ for element in eachelement(semi.solver, semi.cache)
109109
x_node = Trixi.get_node_coords(semi.cache.elements.node_coordinates, equations,
110110
semi.solver, i, j, element)
111111
# We know that the discontinuity is a vertical line. Slightly augment the x value by a factor
112-
# of unit roundoff to avoid the repeted value from the LGL nodes at at interface.
112+
# of unit roundoff to avoid the repeated value from the LGL nodes at at interface.
113113
if i == 1
114114
x_node = SVector(nextfloat(x_node[1]), x_node[2])
115115
elseif i == nnodes(semi.solver)
@@ -183,7 +183,7 @@ l1_well_balance_error = Trixi.integrate_via_indices(u, mesh, equations, semi.sol
183183
x_node = Trixi.get_node_coords(semi.cache.elements.node_coordinates, equations, solver,
184184
i, j, element)
185185
# We know that the discontinuity is a vertical line. Slightly augment the x value by a factor
186-
# of unit roundoff to avoid the repeted value from the LGL nodes at at interface.
186+
# of unit roundoff to avoid the repeated value from the LGL nodes at at interface.
187187
if i == 1
188188
x_node = SVector(nextfloat(x_node[1]), x_node[2])
189189
elseif i == nnodes(semi.solver)

examples/tree_1d_dgsem/elixir_shallowwater_well_balanced_wet_dry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ l1_well_balance_error = Trixi.integrate_via_indices(u, mesh, equations, semi.sol
148148
x_node = Trixi.get_node_coords(semi.cache.elements.node_coordinates, equations, solver,
149149
i, element)
150150
# We know that the discontinuity is a vertical line. Slightly augment the x value by a factor
151-
# of unit roundoff to avoid the repeted value from the LGL nodes at at interface.
151+
# of unit roundoff to avoid the repeated value from the LGL nodes at at interface.
152152
if i == 1
153153
x_node = SVector(nextfloat(x_node[1]))
154154
elseif i == nnodes(semi.solver)

examples/tree_2d_dgsem/elixir_shallowwater_well_balanced_wet_dry.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ for element in eachelement(semi.solver, semi.cache)
107107
x_node = Trixi.get_node_coords(semi.cache.elements.node_coordinates, equations,
108108
semi.solver, i, j, element)
109109
# We know that the discontinuity is a vertical line. Slightly augment the x value by a factor
110-
# of unit roundoff to avoid the repeted value from the LGL nodes at at interface.
110+
# of unit roundoff to avoid the repeated value from the LGL nodes at at interface.
111111
if i == 1
112112
x_node = SVector(nextfloat(x_node[1]), x_node[2])
113113
elseif i == nnodes(semi.solver)
@@ -182,7 +182,7 @@ l1_well_balance_error = Trixi.integrate_via_indices(u, mesh, equations, semi.sol
182182
x_node = Trixi.get_node_coords(semi.cache.elements.node_coordinates, equations, solver,
183183
i, j, element)
184184
# We know that the discontinuity is a vertical line. Slightly augment the x value by a factor
185-
# of unit roundoff to avoid the repeted value from the LGL nodes at at interface.
185+
# of unit roundoff to avoid the repeated value from the LGL nodes at at interface.
186186
if i == 1
187187
x_node = SVector(nextfloat(x_node[1]), x_node[2])
188188
elseif i == nnodes(semi.solver)

0 commit comments

Comments
 (0)