Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Aug 14, 2024
1 parent d30e89a commit 2bb3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CZICheck/checkers/checkerXmlBasicMetadataValidation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand Down

0 comments on commit 2bb3018

Please sign in to comment.