Skip to content

Commit

Permalink
Fix typo (grpc#6577)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Oct 8, 2023
1 parent fb06e08 commit e492cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Peer struct {
// AuthInfo is the authentication information of the transport.
// It is nil if there is no transport security being used.
AuthInfo credentials.AuthInfo
// LocalAddr is the peer local addrerss.
// LocalAddr is the peer local address.
LocalAddr net.Addr
}

Expand Down

0 comments on commit e492cef

Please sign in to comment.