diff --git a/.codespellignore b/.codespellignore index 326c446eb63..ddfbbb4b5c3 100644 --- a/.codespellignore +++ b/.codespellignore @@ -1,4 +1,5 @@ als +cleary dependees dur extracter diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index f31495667ea..d74c4e4b359 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: Slicer/actions-codespell@da9d7dca859f5c302f7fec47b3b2a4267a6891fd + - uses: Slicer/actions-codespell@2cde61fa89ae8708e737c8204a7ed50de5b4c5b8 with: check_filenames: true skip: ".git,*.crt,*.svg,*.vtp,*DICOM-Master.json,*SlicerGeneralAnatomy.json,./CMakeLists.txt.user,./CMake/CTestCustom.cmake.in,./License.txt,./COPYRIGHT.txt,./Resources/*.h,./Base/Logic/vtkSlicerApplicationLogicRequests.h,./Base/QTCLI/vtkSlicerCLIModuleLogic.cxx,./Base/QTCore/Resources/Certs/README,./Libs/MRML/Core/vtkMRMLCoreTestingUtilities.cxx,./Libs/vtkITK/vtkITKGrowCutSegmentationImageFilter.cxx,./Libs/vtkITK/itkConstrainedValueMultiplicationImageFilter.h,./Libs/vtkITK/itkLevelTracingImageFilter.h,./Modules/CLI/ExtractSkeleton/tilg_iso_3D.cxx,./Modules/CLI/ResampleDTIVolume/itkDiffusionTensor3D*,./Modules/Loadable/Reformat/Resources/UI/qSlicerReformatModuleWidget.ui,./Utilities/Scripts/runCodespell.sh" diff --git a/Libs/MRML/Widgets/qMRMLSliceView.cxx b/Libs/MRML/Widgets/qMRMLSliceView.cxx index c3932671416..87ad4634ec7 100644 --- a/Libs/MRML/Widgets/qMRMLSliceView.cxx +++ b/Libs/MRML/Widgets/qMRMLSliceView.cxx @@ -155,7 +155,7 @@ void qMRMLSliceViewPrivate::init() { Q_Q(qMRMLSliceView); - // Highligh first RenderWindowItem + // Highlight first RenderWindowItem q->setHighlightedBoxColor(this->InactiveBoxColor); q->setRenderEnabled(this->MRMLScene != nullptr);