From ecc7af8acbd0aae424a6013cbd4eba5d61421d61 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Thu, 18 Jun 2015 14:43:27 +0300 Subject: [PATCH] guard call cost log duplicate check --- engine/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/stats.go b/engine/stats.go index 512cd4646..c6482f6b4 100644 --- a/engine/stats.go +++ b/engine/stats.go @@ -135,7 +135,7 @@ func (s *Stats) ResetQueues(ids []string, out *int) error { return nil } -// change the xisting ones +// change the existing ones // add new ones // delete the ones missing from the new list func (s *Stats) UpdateQueues(css []*CdrStats, out *int) error {