summaryrefslogtreecommitdiffstats
path: root/kspread
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:55:45 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 13:55:45 -0500
commitabb28b96f678c5acfaf4dd0266a3deff3d1c667a (patch)
tree9a04842d43dc2134e5460509bdf9f9bd96963b42 /kspread
parent3b34db715bb2f79602a7b54b3f4aa9f3c7d656a2 (diff)
downloadkoffice-abb28b96f678c5acfaf4dd0266a3deff3d1c667a.tar.gz
koffice-abb28b96f678c5acfaf4dd0266a3deff3d1c667a.zip
Fix typos.
Diffstat (limited to 'kspread')
-rw-r--r--kspread/kspread_cell.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_cell.cc b/kspread/kspread_cell.cc
index 0c5de5e6..7e2d85cd 100644
--- a/kspread/kspread_cell.cc
+++ b/kspread/kspread_cell.cc
@@ -4180,7 +4180,7 @@ TQString Cell::textDisplaying( TQPainter &_painter )
for ( int i = d->strOutText.length(); i != 0; i-- ) {
tmp = d->strOutText.left( i );
- // 4 equals lenght of red triangle +1 pixel
+ // 4 equals length of red triangle +1 pixel
if ( format()->sheet()->doc()->unzoomItX( fm.width( tmp ) ) < w - 4.0 - 1.0 )
return tmp;
}