Fix comment typo

(Test for IRC notifications)
This commit is contained in:
Nicolás Alvarez 2020-06-04 15:48:33 -03:00
parent 29915632df
commit 131e8aaa8a

View file

@ -1030,7 +1030,7 @@ void AbstractClient::checkUnrestrictedMoveResize()
}
}
// When the user pressed mouse on the titlebar, don't activate move immediatelly,
// When the user pressed mouse on the titlebar, don't activate move immediately,
// since it may be just a click. Activate instead after a delay. Move used to be
// activated only after moving by several pixels, but that looks bad.
void AbstractClient::startDelayedMoveResize()