mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 15:52:27 +02:00
fix typo in comment
This commit is contained in:
parent
9895df6e7e
commit
488492126e
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ void NodeList::handleICEConnectionToDomainServer() {
|
|||
qDebug() << "Sending ping packets to establish connectivity with domain-server with ID"
|
||||
<< uuidStringWithoutCurlyBraces(_domainHandler.getICEDomainID());
|
||||
|
||||
// send the ping packet to the local and public sockets for this nodfe
|
||||
// send the ping packet to the local and public sockets for this node
|
||||
QByteArray localPingPacket = constructPingPacket(PingType::Local, false, _domainHandler.getICEClientID());
|
||||
writeUnverifiedDatagram(localPingPacket, _domainHandler.getICEPeer().getLocalSocket());
|
||||
|
||||
|
|
Loading…
Reference in a new issue