Modify some comments

This commit is contained in:
TeoV
2017-10-02 11:24:26 +03:00
parent d3ea0e1bf8
commit d9984e68c3

View File

@@ -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...)