From d9984e68c3d52fc3c7ba6f25b033d4fb216d744a Mon Sep 17 00:00:00 2001 From: TeoV Date: Mon, 2 Oct 2017 11:24:26 +0300 Subject: [PATCH] Modify some comments --- apier/v1/tpthresholds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...)