mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 16:33:56 +02:00
Fix Typo
This commit is contained in:
parent
4c1ba8b1aa
commit
eaeb111bf1
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ void AssignmentClientMonitor::handleChildStatusPacket(QSharedPointer<ReceivedMes
|
|||
AssignmentClientChildData* childData = nullptr;
|
||||
|
||||
if (!matchingNode) {
|
||||
// The parent only expects to be talking with prorams running on this same machine.
|
||||
// The parent only expects to be talking with programs running on this same machine.
|
||||
if (senderSockAddr.getAddress() == QHostAddress::LocalHost ||
|
||||
senderSockAddr.getAddress() == QHostAddress::LocalHostIPv6) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue