From efe9e1946032b36e3ab2dee4599cd6e314dbbed7 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Sat, 19 Apr 2014 16:33:48 +0300 Subject: [PATCH] small fixes --- console/accountactions_set.go | 2 +- engine/account.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) }