diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:55:45 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:55:45 -0500 |
commit | abb28b96f678c5acfaf4dd0266a3deff3d1c667a (patch) | |
tree | 9a04842d43dc2134e5460509bdf9f9bd96963b42 /lib | |
parent | 3b34db715bb2f79602a7b54b3f4aa9f3c7d656a2 (diff) | |
download | koffice-abb28b96f678c5acfaf4dd0266a3deff3d1c667a.tar.gz koffice-abb28b96f678c5acfaf4dd0266a3deff3d1c667a.zip |
Fix typos.
Diffstat (limited to 'lib')
-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 23dfdaf4..51e578d1 100644 --- a/lib/kofficecore/KoPictureEps.h +++ b/lib/kofficecore/KoPictureEps.h @@ -107,7 +107,7 @@ private: * * @param array the array which is read * @param start start position of the PostScript stream - * @param lenght lenght of the PostScript stream + * @param length length of the PostScript stream * @param pos current position (which is also returned) * @param lastCharWasCr defines if the previous line ended with a Carriage Return, * to skip an eventual Line Feed at the start of this line |