diff --git a/apier/v1/tpthresholds.go b/apier/v1/tpthresholds.go index 1ad6378d5..3780dbc50 100644 --- a/apier/v1/tpthresholds.go +++ b/apier/v1/tpthresholds.go @@ -40,7 +40,7 @@ type AttrGetTPThreshold struct { ID string } -// Queries specific Stat on Tariff plan +// Queries specific Threshold on Tariff plan func (self *ApierV1) GetTPThreshold(attr AttrGetTPThreshold, reply *utils.TPThreshold) error { if missing := utils.MissingStructFields(&attr, []string{"TPid", "ID"}); len(missing) != 0 { //Params missing return utils.NewErrMandatoryIeMissing(missing...)