From 11be6d5b402bf792284db6ae9e05d79843062bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sun, 1 Jan 2012 09:26:27 +0100 Subject: [PATCH] Fix typos SVN_SILENT --- activation.cpp | 2 +- libkwineffects/kwinanimationeffect.h | 2 +- toplevel.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/activation.cpp b/activation.cpp index bee9246682..f4fe3ee36d 100644 --- a/activation.cpp +++ b/activation.cpp @@ -436,7 +436,7 @@ bool Workspace::activateNextClient(Client* c) Client *client = *(--it); // rule out clients which are not really visible. - // the screen test is rather superflous for xrandr & twinview since the geometry would differ -> TODO: might be dropped + // the screen test is rather superfluous for xrandr & twinview since the geometry would differ -> TODO: might be dropped if (!(client->isShown(false) && client->isOnCurrentDesktop() && client->isOnCurrentActivity() && client->isOnScreen(c ? c->screen() : activeScreen()))) continue; diff --git a/libkwineffects/kwinanimationeffect.h b/libkwineffects/kwinanimationeffect.h index 735386eed5..106155cfe1 100644 --- a/libkwineffects/kwinanimationeffect.h +++ b/libkwineffects/kwinanimationeffect.h @@ -141,7 +141,7 @@ protected: * The central function of this class - call it to create an animated transition of any supported attribute * @param w - The EffectWindow to manipulate * @param a - The @enum Attribute to manipulate - * @param meta - Basically a wildcard to carry various extra informations, eg. the anchor, relativity or rotation axis. You will probably use require it when performing Generic animations. + * @param meta - Basically a wildcard to carry various extra information, eg. the anchor, relativity or rotation axis. You will probably use require it when performing Generic animations. * @param ms - How long the transition will last * @param to - The target value. FPx2 is an agnostic two component float type (like QPointF or QSizeF, but without requiring to be either and supporting an invalid state) * @param shape - How the animation progresses, eg. Linear progresses constantly while Exponential start slow and becomes very fast in the end diff --git a/toplevel.h b/toplevel.h index 2b64c69d2b..58a844ed3c 100644 --- a/toplevel.h +++ b/toplevel.h @@ -254,7 +254,7 @@ public: /** * This method returns the area that the Toplevel window reports to be opaque. - * It is supposed to only provide valueable information if @link hasAlpha is @c true . + * It is supposed to only provide valuable information if @link hasAlpha is @c true . * @see hasAlpha **/ const QRegion& opaqueRegion() const;