typo fix for comment

This commit is contained in:
Stephen Birarda 2016-05-04 16:28:26 -07:00
parent 7192ad301f
commit effa2fc235

View file

@ -37,7 +37,7 @@ Socket::Socket(QObject* parent) :
// start our timer for the synchronization time interval
_synTimer->start(_synInterval);
// make sure we hear about errors and state chagnes from the underlying socket
// make sure we hear about errors and state changes from the underlying socket
connect(&_udpSocket, SIGNAL(error(QAbstractSocket::SocketError)),
this, SLOT(handleSocketError(QAbstractSocket::SocketError)));
connect(&_udpSocket, &QAbstractSocket::stateChanged, this, &Socket::handleStateChanged);