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/ #