summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:40:21 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-28 02:54:16 +0200
commitd5bd440042c4c78b30dd522cd5d07ea2da31f182 (patch)
treea707115599eee3b6dc2fb463c0853b4f2d6b7a7d
parent3c05aa63d040e52b25a919e45f895a93567996e3 (diff)
downloaddigikam-d5bd440042c4c78b30dd522cd5d07ea2da31f182.tar.gz
digikam-d5bd440042c4c78b30dd522cd5d07ea2da31f182.zip
Fix typos.
(cherry picked from commit f4e292e5ee632f52bd78f3ce1a2c7ca7287e60b5)
-rw-r--r--digikam/libs/greycstoration/CImg.h2
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));