From 5d194ac7707d20335bf98f42e5ca22909c213f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 17:04:26 +0000 Subject: [PATCH] Bump crate-ci/typos from 1.19.0 to 1.21.0 (#53) * Bump crate-ci/typos from 1.19.0 to 1.21.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.19.0 to 1.21.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.19.0...v1.21.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: Andrew Winters --- .github/workflows/SpellCheck.yml | 2 +- examples/interactive_from_control_file.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index e8f2271f..10bcc227 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.19.0 + uses: crate-ci/typos@v1.21.0 diff --git a/examples/interactive_from_control_file.jl b/examples/interactive_from_control_file.jl index c20718cc..0e30851f 100644 --- a/examples/interactive_from_control_file.jl +++ b/examples/interactive_from_control_file.jl @@ -1,7 +1,7 @@ # Interactive mesh from a HOHQMesh control file # # Reads in the `AllFeatures.control` file, creates a `HQMTool` project, -# and generates a mesh file. More details abuot the outer / inner boundary +# and generates a mesh file. More details about the outer / inner boundary # curves, refinement regions, etc. of HOHQMesh can be found in its documentation # https://trixi-framework.github.io/HOHQMesh/ #