From f4e292e5ee632f52bd78f3ce1a2c7ca7287e60b5 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 14:40:21 -0500 Subject: [PATCH] Fix typos. --- digikam/libs/greycstoration/CImg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 bool is_sameYZV(const CImg& img) const { return (is_sameYZ(img) && is_sameV(img));