Merge topic 'typos-1.30.0'

d168cd397f pre-commit: version bump `typos` hook to 1.30 + add some more ignore IDs
4d99e2b702 Help(FindJasper): Fix the spelling typo in the variable documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10417
This commit is contained in:
Brad King 2025-03-05 13:26:02 +00:00 committed by Kitware Robot
commit 2a63964b73
3 changed files with 6 additions and 2 deletions

View File

@ -108,7 +108,7 @@ repos:
stages: [commit-msg, pre-commit]
- repo: https://github.com/crate-ci/typos
rev: v1.29.4
rev: v1.30.0
hooks:
- id: typos
# NOTE Override hook's default args to prevent automatic

View File

@ -35,6 +35,7 @@ Spectre = "Spectre"
[type.cmake.extend-identifiers]
COMMANDs = "COMMANDs"
xCOMMANDx = "xCOMMANDx"
TYPEs = "TYPEs"
[type.cmake.extend-words]
# Some compiler's options trigger false-positives
@ -53,6 +54,9 @@ fo = "fo"
Ot = "Ot"
SEH = "SEH"
[type.py.extend-identifiers]
typ = "typ"
[files]
ignore-hidden = false
ignore-dot = false

View File

@ -38,7 +38,7 @@ The following cache variables may also be set:
where to find jasper/jasper.h, etc.
``JASPER_LIBRARY_RELEASE``
where to find the Jasper library (optimized).
``JASPER_LIBARRY_DEBUG``
``JASPER_LIBRARY_DEBUG``
where to find the Jasper library (debug).
#]=======================================================================]