File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ func TestLinuxClientDevicesOK(t *testing.T) {
378
378
}... ),
379
379
}),
380
380
},
381
- // Continuation of prevoius peer list, new peer list.
381
+ // Continuation of previous peer list, new peer list.
382
382
{
383
383
Data : m (netlink.Attribute {
384
384
Type : unix .WGDEVICE_A_PEERS ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ func TestKeyExchange(t *testing.T) {
37
37
privA , pubA := mustKeyPair ()
38
38
privB , pubB := mustKeyPair ()
39
39
40
- // Perform ECDH key exhange : https://cr.yp.to/ecdh.html.
40
+ // Perform ECDH key exchange : https://cr.yp.to/ecdh.html.
41
41
sharedA , err := curve25519 .X25519 (privA [:], pubB [:])
42
42
if err != nil {
43
43
t .Fatalf ("failed to perform X25519 A: %v" , err )
You can’t perform that action at this time.
0 commit comments