From 71d5acca00f3e2d8f72afef492fcf0710f27efd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sat, 29 Dec 2012 07:54:12 +0100 Subject: [PATCH] Fix spelling --- composite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composite.cpp b/composite.cpp index 907058dc13..a8b0c9510f 100644 --- a/composite.cpp +++ b/composite.cpp @@ -906,7 +906,7 @@ void Toplevel::damageNotifyEvent(XDamageNotifyEvent* e) m_isDamaged = true; // Note: The rect is supposed to specify the damage extents, - // but we dont't know it at this point. No one who connects + // but we don't know it at this point. No one who connects // to this signal uses the rect however. emit damaged(this, QRect()); }