less typos

svn path=/trunk/KDE/kdegraphics/okular/; revision=796366
This commit is contained in:
Albert Astals Cid 2008-04-13 13:15:15 +00:00
parent b7a75a5a77
commit e82ba7082a
3 changed files with 4 additions and 4 deletions

View file

@ -423,7 +423,7 @@ class OKULAR_EXPORT Document : public QObject
void continueSearch( int searchID );
/**
* Continues the search for the given @p searchID, optionally specifing
* Continues the search for the given @p searchID, optionally specifying
* a new direction for the search.
*
* @since 0.7 (KDE 4.1)

View file

@ -1369,7 +1369,7 @@ void Part::slotPreferences()
void Part::slotNewConfig()
{
// Apply settings here. A good policy is to check wether the setting has
// Apply settings here. A good policy is to check whether the setting has
// changed before applying changes.
// Watch File
@ -1400,7 +1400,7 @@ void Part::slotNewConfig()
void Part::slotNewGeneratorConfig()
{
// Apply settings here. A good policy is to check wether the setting has
// Apply settings here. A good policy is to check whether the setting has
// changed before applying changes.
// NOTE: it's not needed to reload the configuration of the Document,

View file

@ -29,7 +29,7 @@ class PagePainter
{
public:
// list of flags passed to the painting function. by OR-ing those flags
// you can decide wether or not to permit drawing of a certain feature.
// you can decide whether or not to permit drawing of a certain feature.
enum PagePainterFlags { Accessibility = 1, EnhanceLinks = 2,
EnhanceImages = 4, Highlights = 8,
TextSelection = 16, Annotations = 32 };