diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 14:40:21 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-28 02:54:16 +0200 |
commit | d5bd440042c4c78b30dd522cd5d07ea2da31f182 (patch) | |
tree | a707115599eee3b6dc2fb463c0853b4f2d6b7a7d | |
parent | 3c05aa63d040e52b25a919e45f895a93567996e3 (diff) | |
download | digikam-d5bd440042c4c78b30dd522cd5d07ea2da31f182.tar.gz digikam-d5bd440042c4c78b30dd522cd5d07ea2da31f182.zip |
Fix typos.
(cherry picked from commit f4e292e5ee632f52bd78f3ce1a2c7ca7287e60b5)
-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)); |