Update crate-ci/typos action to v1.39.0 (#8466)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
renovate[bot] 2025-11-05 16:35:03 +00:00 committed by GitHub
parent 71b5fb0ad9
commit cb2edd2915
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -691,7 +691,7 @@ jobs:
run: taplo format --check --diff
- name: Check for typos
uses: crate-ci/typos@v1.38.1
uses: crate-ci/typos@v1.39.0
check-cts-runner:
# runtime is normally 2 minutes

View File

@ -1,4 +1,4 @@
//! Utilitary math functions.
//! Utility math functions.
use core::ops::{Add, Rem, Sub};