Changeset 13340


Ignore:
Timestamp:
04/12/12 20:06:37 (13 years ago)
Author:
tbretz
Message:
Fixed a typo in a log text.
File:
1 edited

Legend:

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

    r13294 r13340  
    883883        {
    884884            ostringstream msg;
    885             msg << "CheckChannelVoltage - Set voltage " << volt << "V of channel " << ch << " exeeds absolute limit of " << fVoltageMaxAbs << "V.";
     885            msg << "CheckChannelVoltage - Set voltage " << volt << "V of channel " << ch << " exceeds absolute limit of " << fVoltageMaxAbs << "V.";
    886886            Warn(msg);
    887887            return false;
     
    894894        {
    895895            ostringstream msg;
    896             msg << "CheckChannelVoltage - Set voltage " << volt << "V of channel " << ch << " exeeds limit of " << fVoltageMaxRel << "V above breakdown voltage " << fBreakdownVoltage[ch] << "V + limit " << fVoltageMaxRel << "V.";
     896            msg << "CheckChannelVoltage - Set voltage " << volt << "V of channel " << ch << " exceeds limit of " << fVoltageMaxRel << "V above breakdown voltage " << fBreakdownVoltage[ch] << "V + limit " << fVoltageMaxRel << "V.";
    897897            Error(msg);
    898898            return false;
Note: See TracChangeset for help on using the changeset viewer.