small fixes

This commit is contained in:
Radu Ioan Fericean
2014-04-19 16:33:48 +03:00
parent 1935d41b9d
commit efe9e19460
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
f/*
/*
Rating system designed to be used in VoIP Carriers World
Copyright (C) 2013 ITsysCOM

View File

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