Changeset 18598 for trunk


Ignore:
Timestamp:
09/16/16 15:31:46 (8 years ago)
Author:
tbretz
Message:
Fixed two typos.
File:
1 edited

Legend:

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

    r18586 r18598  
    135135    }
    136136
    137     // RETUNR VALUE
     137    // RETURN VALUE
    138138    bool Step(int idx, float step)
    139139    {
     
    782782
    783783        AddStateName(RateControl::State::kSettingGlobalThreshold, "Calibrating",
    784                      "A global minimum thrshold is currently determined.");
     784                     "A global minimum threshold is currently determined.");
    785785
    786786        AddStateName(RateControl::State::kGlobalThresholdSet, "GlobalThresholdSet",
Note: See TracChangeset for help on using the changeset viewer.