summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-10-01 14:34:50 +0200
committerAlbert Astals Cid <aacid@kde.org>2011-10-01 14:34:50 +0200
commit1346caac6c564035d368617a329b361d0253fbf6 (patch)
tree4ec3fbc3193d68a0cd4760cba3b3817e64616f58 /qt4
parentb5fa040666764407fabed32fde09aa0a98308b46 (diff)
Fix typo in documentation
Reported by Glad Deschrijver
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 611450ae..53f0ba9a 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 priting purpouses
+ Printing = 0x00000001, ///< The PS is generated for printing purpouses
StrictMargins = 0x00000002,
ForceRasterization = 0x00000004
};