qt4/src/poppler-qt4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 04e271a0c10807c9c3967daa1f656e87b97b9901 Author: Albert Astals Cid <[email protected]> Date: Sat Oct 1 14:34:50 2011 +0200 Fix typo in documentation Reported by Glad Deschrijver (cherry picked from commit 1346caac6c564035d368617a329b361d0253fbf6) diff --git a/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h index 611450a..53f0ba9 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 }; _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
