diff options
-rw-r--r-- | digikam/libs/greycstoration/CImg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/libs/greycstoration/CImg.h b/digikam/libs/greycstoration/CImg.h index 714920ea..37c65358 100644 --- a/digikam/libs/greycstoration/CImg.h +++ b/digikam/libs/greycstoration/CImg.h @@ -10820,7 +10820,7 @@ namespace cimg_library { return (is_sameYZ(dy,dz) && is_sameV(dv)); } - //! Return \c true if images have same heigth, same depth and same number of channels. + //! Return \c true if images have same height, same depth and same number of channels. template<typename t> bool is_sameYZV(const CImg<t>& img) const { return (is_sameYZ(img) && is_sameV(img)); |