summaryrefslogtreecommitdiffstats
path: root/chalk/colorspaces
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:38:25 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:38:25 -0500
commitde2b8d4c8b3f585b3732351480db93cdbb3eea1c (patch)
tree4970a782f1714cf14d590f989d3f68bdccfae3df /chalk/colorspaces
parent6e2ef2e265d01954204be2c823198f2bde792d89 (diff)
downloadkoffice-de2b8d4c8b3f585b3732351480db93cdbb3eea1c.tar.gz
koffice-de2b8d4c8b3f585b3732351480db93cdbb3eea1c.zip
Fix typos.
Diffstat (limited to 'chalk/colorspaces')
-rw-r--r--chalk/colorspaces/wet/wetphysicsfilter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/colorspaces/wet/wetphysicsfilter.cc b/chalk/colorspaces/wet/wetphysicsfilter.cc
index 4afc3b43..e72d63bf 100644
--- a/chalk/colorspaces/wet/wetphysicsfilter.cc
+++ b/chalk/colorspaces/wet/wetphysicsfilter.cc
@@ -119,7 +119,7 @@ void WetPhysicsFilter::flow(KisPaintDeviceSP src, KisPaintDeviceSP /*dst*/, cons
WetPixDbl wet_mix, wet_tmp;
// XXX If the flow touches areas that have not been initialized with a height field yet,
- // create a heigth field.
+ // create a height field.
// We need three iterators, because we're working on a five-point convolution kernel (no corner pixels are being used)