From 9715014b4d4b2b20178295ddc5d1a854e476115f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 17 Dec 2009 21:16:10 +0000 Subject: [PATCH] Less krazy issues: fix spelling errors in comments. SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1063337 --- clients/oxygen/oxygenclient.cpp | 2 +- group.cpp | 2 +- kcmkwin/kwincompositing/main.cpp | 2 +- kcmkwin/kwinscreenedges/main.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/oxygen/oxygenclient.cpp b/clients/oxygen/oxygenclient.cpp index 23d498858f..e04d163123 100644 --- a/clients/oxygen/oxygenclient.cpp +++ b/clients/oxygen/oxygenclient.cpp @@ -1512,7 +1512,7 @@ namespace Oxygen drag->setPixmap( itemDragPixmap( itemClicked, geometry ) ); // note: the pixmap is moved just above the pointer on purpose - // because overlapping pixmap and pointer slows down the pixmap alot. + // because overlapping pixmap and pointer slows down the pixmap a lot. QPoint hotSpot( QPoint( event->pos().x() - geometry.left(), -1 ) ); // make sure the horizontal hotspot position is not too far away (more than 1px) diff --git a/group.cpp b/group.cpp index 1d68db47f7..ef8651177d 100644 --- a/group.cpp +++ b/group.cpp @@ -48,7 +48,7 @@ namespace KWin { /* - Consistency checks for window relations. Since transients are determinated + Consistency checks for window relations. Since transients are determined using Client::transiency_list and main windows are determined using Client::transientFor() or the group for group transients, these have to match both ways. */ diff --git a/kcmkwin/kwincompositing/main.cpp b/kcmkwin/kwincompositing/main.cpp index 9229585899..c96a96740b 100644 --- a/kcmkwin/kwincompositing/main.cpp +++ b/kcmkwin/kwincompositing/main.cpp @@ -134,7 +134,7 @@ KWinCompositingConfig::KWinCompositingConfig(QWidget *parent, const QVariantList mTmpConfigFile.open(); mTmpConfig = KSharedConfig::openConfig(mTmpConfigFile.fileName()); - // NOTICE: this is intended to workaround broken GL implementations that succesfully segfault on glXQuery :-( + // NOTICE: this is intended to workaround broken GL implementations that successfully segfault on glXQuery :-( KConfigGroup gl_workaround_config(mKWinConfig, "Compositing"); const bool checkIsSafe = gl_workaround_config.readEntry("CheckIsSafe", true); if( checkIsSafe && CompositingPrefs::compositingPossible() ) diff --git a/kcmkwin/kwinscreenedges/main.cpp b/kcmkwin/kwinscreenedges/main.cpp index ab331d54be..3776c38468 100644 --- a/kcmkwin/kwinscreenedges/main.cpp +++ b/kcmkwin/kwinscreenedges/main.cpp @@ -64,7 +64,7 @@ KWinScreenEdgesConfig::KWinScreenEdgesConfig( QWidget* parent, const QVariantLis connect( m_ui->quickMaximizeBox, SIGNAL( stateChanged(int) ), this, SLOT( groupChanged() )); connect( m_ui->quickTileBox, SIGNAL( stateChanged(int) ), this, SLOT( groupChanged() )); - // NOTICE: this is intended to workaround broken GL implementations that succesfully segfault on glXQuery :-( + // NOTICE: this is intended to workaround broken GL implementations that successfully segfault on glXQuery :-( KConfigGroup gl_workaround_config(m_config, "Compositing"); const bool checkIsSafe = gl_workaround_config.readEntry("CheckIsSafe", true); if( checkIsSafe && CompositingPrefs::compositingPossible() )