Skip to content

Commit

Permalink
ssh: fix typo
Browse files Browse the repository at this point in the history
Change-Id: I560d7f5a62161cd88361a9fe9982d36f8e25e5af
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/447475
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
  • Loading branch information
ideapark authored and gopherbot committed Nov 4, 2022
1 parent a3485e1 commit 334521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type kexInitMsg struct {

// See RFC 4253, section 8.

// Diffie-Helman
// Diffie-Hellman
const msgKexDHInit = 30

type kexDHInitMsg struct {
Expand Down

0 comments on commit 334521b

Please sign in to comment.