summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:18:50 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-05 14:18:50 -0500
commit6e2ef2e265d01954204be2c823198f2bde792d89 (patch)
treea6070eda33232a128811353d2103494c33d9e178
parentabb28b96f678c5acfaf4dd0266a3deff3d1c667a (diff)
downloadkoffice-6e2ef2e2.tar.gz
koffice-6e2ef2e2.zip
Fix typos.
-rw-r--r--lib/kofficecore/KoPictureEps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoPictureEps.h b/lib/kofficecore/KoPictureEps.h
index 51e578d1..23750974 100644
--- a/lib/kofficecore/KoPictureEps.h
+++ b/lib/kofficecore/KoPictureEps.h
@@ -125,7 +125,7 @@ private:
TQSize m_cachedSize; ///< size of the currently cached pixmap @see m_cachedPixmap
TQRect m_boundingBox; ///< Bounding box, as read from the EPS file
uint m_psStreamStart; ///< Start position of the PostScript stream (like if it was a MS-DOS EPS file)
- uint m_psStreamLength; ///< Lenght of the PostScript stream (like if it was a MS-DOS EPS file)
+ uint m_psStreamLength; ///< Length of the PostScript stream (like if it was a MS-DOS EPS file)
/**
* true, if the last cached image was done using fast mode.
* false, if the last cached image was done using slow mode.