From 47442dda3c8b10ded983c605a7c8f90d8504898c Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Tue, 27 Aug 2013 19:01:30 +0300 Subject: [PATCH] small typo --- engine/calldesc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/calldesc.go b/engine/calldesc.go index b0f2e4f80..6eb0a256a 100644 --- a/engine/calldesc.go +++ b/engine/calldesc.go @@ -101,7 +101,7 @@ type CallDescriptor struct { TOR string Tenant, Subject, Account, Destination string TimeStart, TimeEnd time.Time - LoopIndex float64 // indicates the postion of this segment in a cost request loop + LoopIndex float64 // indicates the position of this segment in a cost request loop CallDuration time.Duration // the call duration so far (partial or final) Amount float64 FallbackSubject string // the subject to check for destination if not found on primary subject