Skip to content

Commit 5bd3f50

Browse files
authored
Fix typo in comment: lenght -> length (#628)
1 parent 8b43f8f commit 5bd3f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sip/inbound.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ func (c *sipInbound) generateViaHeader(req *sip.Request) *sip.ViaHeader {
18831883
Port: c.s.conf.SIPPort, // This can be rewritten by transport layer
18841884
Params: sip.NewParams(),
18851885
}
1886-
// NOTE: Consider lenght of branch configurable
1886+
// NOTE: Consider length of branch configurable
18871887
newvia.Params.Add("branch", sip.GenerateBranchN(16))
18881888

18891889
return newvia

0 commit comments

Comments
 (0)