diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 14:38:25 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 14:38:25 -0500 |
commit | de2b8d4c8b3f585b3732351480db93cdbb3eea1c (patch) | |
tree | 4970a782f1714cf14d590f989d3f68bdccfae3df /chalk/colorspaces | |
parent | 6e2ef2e265d01954204be2c823198f2bde792d89 (diff) | |
download | koffice-de2b8d4c8b3f585b3732351480db93cdbb3eea1c.tar.gz koffice-de2b8d4c8b3f585b3732351480db93cdbb3eea1c.zip |
Fix typos.
Diffstat (limited to 'chalk/colorspaces')
-rw-r--r-- | chalk/colorspaces/wet/wetphysicsfilter.cc | 2 |
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) |