Fix spelling

icc-effect-5.14.5
Martin Gräßlin 2012-12-29 07:54:12 +01:00
parent 47ddf1384c
commit 71d5acca00
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}