summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/texture/texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/texture/texture.cpp')
-rw-r--r--digikam/imageplugins/texture/texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/imageplugins/texture/texture.cpp b/digikam/imageplugins/texture/texture.cpp
index c649f2e..21d27c8 100644
--- a/digikam/imageplugins/texture/texture.cpp
+++ b/digikam/imageplugins/texture/texture.cpp
@@ -116,7 +116,7 @@ void Texture::filterImage(void)
// in the old algorithm, this was
//teData.channel.red = (teData.channel.red * (255 - m_blendGain) +
// transData.channel.red * m_blendGain) >> 8;
- // but transdata was uninitialized, its components were aptqparently 0,
+ // but transdata was uninitialized, its components were apparently 0,
// so I removed the part after the "+".
if (sixteenBit)