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();