From 5f38c3305f91c1e5c6cdffe4e29c2ab742608efa Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 15 Jul 2007 13:54:36 +0000 Subject: [PATCH] typos svn path=/trunk/KDE/kdegraphics/okular/; revision=688232 --- core/document.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/document.h b/core/document.h index 0f6ad568c..e7d0c95e0 100644 --- a/core/document.h +++ b/core/document.h @@ -138,7 +138,7 @@ class OKULAR_EXPORT Document : public QObject const DocumentSynopsis * documentSynopsis() const; /** - * Starts the reading of the informations about the fonts in the + * Starts the reading of the information about the fonts in the * document, if available. * * The results as well the end of the reading is notified using the @@ -147,7 +147,7 @@ class OKULAR_EXPORT Document : public QObject void startFontReading(); /** - * Force the termination of the reading of the informations about the + * Force the termination of the reading of the information about the * fonts in the document, if running. */ void stopFontReading();