summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoPictureEps.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoPictureEps.h')
-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.