diff options
author | Darrell Anderson <[email protected]> | 2012-04-05 14:18:50 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-05 14:18:50 -0500 |
commit | 6e2ef2e265d01954204be2c823198f2bde792d89 (patch) | |
tree | a6070eda33232a128811353d2103494c33d9e178 | |
parent | abb28b96f678c5acfaf4dd0266a3deff3d1c667a (diff) | |
download | koffice-6e2ef2e265d01954204be2c823198f2bde792d89.tar.gz koffice-6e2ef2e265d01954204be2c823198f2bde792d89.zip |
Fix typos.
-rw-r--r-- | lib/kofficecore/KoPictureEps.h | 2 |
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. |