Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Nov 11, 2023
1 parent 2fe9b0b commit 13befc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/libCZI/SingleChannelAccessorBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bool CSingleChannelAccessorBase::TryGetPixelType(const libCZI::IDimCoordinate* p
planeCoordinate->TryGetPosition(libCZI::DimensionIndex::C, &c);

// the idea is: for the cornerstone-case where we do not have a C-index, the call to "TryGetSubBlockInfoOfArbitrarySubBlockInChannel"
// will igonore the specified index _if_ there are no C-indices at all
// will ignore the specified index _if_ there are no C-indices at all
pixeltype = Utils::TryDeterminePixelTypeForChannel(this->sbBlkRepository.get(), c);
return (pixeltype != PixelType::Invalid) ? true : false;
}
Expand Down

0 comments on commit 13befc1

Please sign in to comment.