qt4/src/poppler-qt4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8cf3868edf3ef15b4ca3e53e1c3b597e99870070 Author: Albert Astals Cid <[email protected]> Date: Sat Oct 1 15:33:15 2011 +0200 Another typo fix diff --git a/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h index 53f0ba9..bf1e089 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 }; _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
