summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4/KDEXLib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde4/KDEXLib.cxx')
-rw-r--r--vcl/unx/kde4/KDEXLib.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index 3ae9745301a0..c3c2f56af179 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -206,7 +206,7 @@ void KDEXLib::Init()
// and $QT_NO_GLIB is not set). We mostly do not care which one it is, as QSocketNotifier's
// and QTimer's can handle it transparently, but it matters for the SolarMutex, which
// needs to be unlocked shortly before entering the main sleep (e.g. select()) and locked
-// immediatelly after. So we need to know which event loop implementation is used and
+// immediately after. So we need to know which event loop implementation is used and
// hook accordingly.
#if KDE_HAVE_GLIB
#include <glib.h>
@@ -367,7 +367,7 @@ void KDEXLib::timeoutActivated()
// doesn't check X11, so explicitly check XPending() here.
bool idle = QApplication::hasPendingEvents() && !blockIdleTimeout && !XPending( QX11Info::display());
X11SalData::Timeout( idle );
- // QTimer is not single shot, so will be restarted immediatelly
+ // QTimer is not single shot, so will be restarted immediately
}
void KDEXLib::Wakeup()
@@ -397,7 +397,7 @@ void KDEXLib::userEventActivated()
if( ! SalKDEDisplay::self()->HasUserEvents() )
userEventTimer.stop();
SalKDEDisplay::self()->DispatchInternalEvent();
- // QTimer is not single shot, so will be restarted immediatelly
+ // QTimer is not single shot, so will be restarted immediately
}
void KDEXLib::doStartup()