spelling: whose

This commit is contained in:
Josh Soref 2016-12-02 04:15:33 +00:00 committed by Janek Bevendorff
parent d1793d9bcf
commit 084a1dd7d2

View File

@ -36,7 +36,7 @@ QObject* SignalMultiplexer::currentObject() const
void SignalMultiplexer::setCurrentObject(QObject* object)
{
// remove all Connections from the list whoes senders/receivers have been deleted
// remove all Connections from the list whose senders/receivers have been deleted
QMutableListIterator<Connection> i = m_connections;
while (i.hasNext()) {
const Connection& con = i.next();