From 2bb30187ceadea67bf531b0ca77777537c6da541 Mon Sep 17 00:00:00 2001 From: ptahmose Date: Wed, 14 Aug 2024 15:32:12 +0200 Subject: [PATCH] review --- CZICheck/checkers/checkerXmlBasicMetadataValidation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CZICheck/checkers/checkerXmlBasicMetadataValidation.cpp b/CZICheck/checkers/checkerXmlBasicMetadataValidation.cpp index d3edf8b..76ba719 100644 --- a/CZICheck/checkers/checkerXmlBasicMetadataValidation.cpp +++ b/CZICheck/checkers/checkerXmlBasicMetadataValidation.cpp @@ -213,7 +213,7 @@ void CCheckBasicMetadataValidation::CheckPixelTypeInformation(const std::shared_ this->result_gatherer_.ReportFinding(finding); } - // check for presence and basal validity of "ComponentBitCount" information + // check for presence and basic validity of "ComponentBitCount" information int channel_info_component_bit_count; if (!channel_info->TryGetComponentBitCount(&channel_info_component_bit_count)) {