diff --git a/console/accountactions_set.go b/console/accountactions_set.go index 22ea59826..bd6354136 100644 --- a/console/accountactions_set.go +++ b/console/accountactions_set.go @@ -1,4 +1,4 @@ -f/* +/* Rating system designed to be used in VoIP Carriers World Copyright (C) 2013 ITsysCOM diff --git a/engine/account.go b/engine/account.go index 463181cbb..7f393fdc6 100644 --- a/engine/account.go +++ b/engine/account.go @@ -141,7 +141,7 @@ func (ub *Account) debitBalanceAction(a *Action) error { //than problem Logger.Warning(fmt.Sprintf("Could not get shared group: %v", a.Balance.SharedGroup)) } else { - // add membere and save + // add member and save sg.MemberIds = append(sg.MemberIds, ub.Id) accountingStorage.SetSharedGroup(sg.Id, sg) }