Changeset 18599 for trunk/FACT++


Ignore:
Timestamp:
09/17/16 15:13:06 (8 years ago)
Author:
tbretz
Message:
Fixed three typos.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ratecontrol.cc

    r18598 r18599  
    327327            ostringstream out;
    328328            out << setprecision(3);
    329             out << "Measured rate " << fTriggerRate << "Hz below target rate " << fTargetRate << "... mininum threshold set to " << fThresholdMin;
     329            out << "Measured rate " << fTriggerRate << "Hz below target rate " << fTargetRate << "... minimum threshold set to " << fThresholdMin;
    330330            Info(out);
    331331
     
    348348            ostringstream out;
    349349            out << setprecision(3);
    350             out << "Next step would be 0... mininum threshold set to " << fThresholdMin;
     350            out << "Next step would be 0... minimum threshold set to " << fThresholdMin;
    351351            Info(out);
    352352
     
    541541        ostringstream out;
    542542        out << setprecision(3);
    543         out << "Measured average current " << avg << "uA +- " << rms << "uA [N=" << fCurrentsMed.size() << "]... mininum threshold set to " << fThresholdMin;
     543        out << "Measured average current " << avg << "uA +- " << rms << "uA [N=" << fCurrentsMed.size() << "]... minimum threshold set to " << fThresholdMin;
    544544        Info(out);
    545545        Info("Set "+to_string(counter)+" individual thresholds.");
Note: See TracChangeset for help on using the changeset viewer.