Skip to content

Commit 0fb8c65

Browse files
Bump crate-ci/typos from 1.31.2 to 1.32.0 (#2425)
* Bump crate-ci/typos from 1.31.2 to 1.32.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.31.2 to 1.32.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.31.2...v1.32.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix typo --------- 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 f03b6bb commit 0fb8c65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.31.2
13+
uses: crate-ci/typos@v1.32.0

src/visualization/utilities_p4est_t8code.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ function search_points_in_t8code_mesh_3d_callback_query(forest::t8_forest_t,
685685
queries = PointerWrapper(queries_ptr)
686686
query_indices = PointerWrapper(query_indices_ptr)
687687
for i in 1:num_active_queries
688-
# t8code uses 0-based indexing, we use 1-based ondexing in Julia.
688+
# t8code uses 0-based indexing, we use 1-based indexing in Julia.
689689
query_index = unsafe_load_sc(Csize_t, query_indices, i) + 1
690690
query = unsafe_load_sc(SearchPointsInP4estT8codeMesh3DHelper, queries,
691691
query_index)

0 commit comments

Comments
 (0)