summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-10-01 15:33:15 +0200
committerAlbert Astals Cid <aacid@kde.org>2011-10-01 15:33:15 +0200
commit8cf3868edf3ef15b4ca3e53e1c3b597e99870070 (patch)
tree2f5b63db3b6f09e1c5c7ded12a7161809699230a /qt4
parent1346caac6c564035d368617a329b361d0253fbf6 (diff)
Another typo fix
Diffstat (limited to 'qt4')
-rw-r--r--qt4/src/poppler-qt4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h
index 53f0ba9a..bf1e0899 100644
--- a/qt4/src/poppler-qt4.h
+++ b/qt4/src/poppler-qt4.h
@@ -1421,7 +1421,7 @@ height = dummy.height();
\since 0.10
*/
enum PSOption {
- Printing = 0x00000001, ///< The PS is generated for printing purpouses
+ Printing = 0x00000001, ///< The PS is generated for printing purposes
StrictMargins = 0x00000002,
ForceRasterization = 0x00000004
};