Ignore:
Timestamp:
Mar 18, 2020, 11:11:28 AM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncuploadcaster.cpp

    r8770 r8904  
    143143
    144144  _outSocket = new QTcpSocket();
    145   _outSocket->setProxy(QNetworkProxy::NoProxy); // Ntrip1: to prevet the usage of system entries
     145  _outSocket->setProxy(QNetworkProxy::NoProxy); // Ntrip1: to prevent the usage of system entries
    146146  _outSocket->connectToHost(_outHost, _outPort);
    147147
Note: See TracChangeset for help on using the changeset viewer.