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)) {