typos -= 2

svn path=/trunk/KDE/kdegraphics/okular/; revision=1003103
This commit is contained in:
Albert Astals Cid 2009-07-27 17:12:34 +00:00
parent 5fa6a43122
commit bdfcd6e337
2 changed files with 2 additions and 2 deletions

View file

@ -580,7 +580,7 @@ class OKULAR_EXPORT Document : public QObject
bool saveDocumentArchive( const QString &fileName );
/**
* Asks the generator to dynamically generate a SoureReference for a given
* Asks the generator to dynamically generate a SourceReference for a given
* page number and absolute X and Y position on this page.
*
* @attention Ownership of the returned SourceReference is transferred to the caller.

View file

@ -463,7 +463,7 @@ class OKULAR_EXPORT Generator : public QObject
void requestFontData(const Okular::FontInfo &font, QByteArray *data);
/**
* Asks the generator to dynamically generate a SoureReference for a given
* Asks the generator to dynamically generate a SourceReference for a given
* page number and absolute X and Y position on this page.
*
* @attention Ownership of the returned SourceReference is transferred to the caller.