Changeset 3305 in ntrip


Ignore:
Timestamp:
Jun 17, 2011, 4:58:36 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r3304 r3305  
    465465        }
    466466     
    467         // Check observations comming twice (e.g. KOUR0 Problem)
    468         // -----------------------------------------------------
     467        // Check observations coming twice (e.g. KOUR0 Problem)
     468        // ----------------------------------------------------
    469469        QMap<QString, long>::const_iterator it = _prnLastEpo.find(prn);
    470470        if (it == _prnLastEpo.end()) {
     
    480480          else if (obsTime == oldTime) {
    481481            emit( newMessage(_staID +
    482                ": observation comming more than once " + prn.toAscii(), false));
     482               ": observation coming more than once " + prn.toAscii(), false));
    483483            continue;
    484484          }
Note: See TracChangeset for help on using the changeset viewer.