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 {