Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlAmko committed Aug 17, 2023
1 parent 96a9f39 commit 78004ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (e errSessionDial) Is(target error) bool {
return ok
}

func (e errSessionDial) ErrorCodb() string {
func (e errSessionDial) ErrorCode() string {

errMsg := e.Inner.Error()

Expand Down

0 comments on commit 78004ae

Please sign in to comment.