Skip to content

Commit bd2e1c1

Browse files
ideaparkMaisem Ali
authored andcommitted
ssh: fix typo
Change-Id: I560d7f5a62161cd88361a9fe9982d36f8e25e5af Reviewed-on: https://go-review.googlesource.com/c/crypto/+/447475 Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Than McIntosh <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 52b77ca commit bd2e1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh/messages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ type kexInitMsg struct {
6868

6969
// See RFC 4253, section 8.
7070

71-
// Diffie-Helman
71+
// Diffie-Hellman
7272
const msgKexDHInit = 30
7373

7474
type kexDHInitMsg struct {

0 commit comments

Comments
 (0)