summaryrefslogtreecommitdiffstats
path: root/digikam
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:40:21 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:40:21 -0500
commitf4e292e5ee632f52bd78f3ce1a2c7ca7287e60b5 (patch)
treefb93c55f4813dbec6090a879ac13f7395521e703 /digikam
parent28e2c0ec38bd93ceefa86bfe855b6652316c8c9f (diff)
downloaddigikam-f4e292e5ee632f52bd78f3ce1a2c7ca7287e60b5.tar.gz
digikam-f4e292e5ee632f52bd78f3ce1a2c7ca7287e60b5.zip
Fix typos.
Diffstat (limited to 'digikam')
-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 714920e..37c6535 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));