Skip to content

Commit

Permalink
spell nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed Oct 22, 2014
1 parent a8adf2f commit 88cc1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/handshake/handshake1.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func Handshake1Msg() *pb.Handshake1 {
// ErrVersionMismatch is returned when two clients don't share a protocol version
var ErrVersionMismatch = errors.New("protocol missmatch")

// Handshake1Compatible checks wether two versions are compatible
// Handshake1Compatible checks whether two versions are compatible
// returns nil if they are fine
func Handshake1Compatible(handshakeA, handshakeB *pb.Handshake1) error {
a, err := semver.NewVersion(*handshakeA.ProtocolVersion)
Expand Down

0 comments on commit 88cc1e2

Please sign in to comment.