diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 14:40:21 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 14:40:21 -0500 |
commit | f4e292e5ee632f52bd78f3ce1a2c7ca7287e60b5 (patch) | |
tree | fb93c55f4813dbec6090a879ac13f7395521e703 | |
parent | 28e2c0ec38bd93ceefa86bfe855b6652316c8c9f (diff) | |
download | digikam-f4e292e5ee632f52bd78f3ce1a2c7ca7287e60b5.tar.gz digikam-f4e292e5ee632f52bd78f3ce1a2c7ca7287e60b5.zip |
Fix typos.
-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)); |