Skip to content

Commit 2ca6e4d

Browse files
authored
Fix typo (#429)
1 parent 3dad8f5 commit 2ca6e4d

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
@@ -341,7 +341,7 @@ func (s *Server) processInvite(req *sip.Request, tx sip.ServerTransaction) (retE
341341
if !s.handleInviteAuth(log, req, tx, from.User, r.Username, r.Password) {
342342
cmon.InviteErrorShort("unauthorized")
343343
// handleInviteAuth will generate the SIP Response as needed
344-
return psrpc.NewErrorf(psrpc.PermissionDenied, "invalid crendentials were provided")
344+
return psrpc.NewErrorf(psrpc.PermissionDenied, "invalid credentials were provided")
345345
}
346346
fallthrough
347347
case AuthAccept:

0 commit comments

Comments
 (0)