We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925a1e7 commit c5e58b0Copy full SHA for c5e58b0
2 files changed
internal/wglinux/parse_linux_test.go
@@ -378,7 +378,7 @@ func TestLinuxClientDevicesOK(t *testing.T) {
378
}...),
379
}),
380
},
381
- // Continuation of prevoius peer list, new peer list.
+ // Continuation of previous peer list, new peer list.
382
{
383
Data: m(netlink.Attribute{
384
Type: unix.WGDEVICE_A_PEERS,
wgtypes/types_test.go
@@ -37,7 +37,7 @@ func TestKeyExchange(t *testing.T) {
37
privA, pubA := mustKeyPair()
38
privB, pubB := mustKeyPair()
39
40
- // Perform ECDH key exhange: https://cr.yp.to/ecdh.html.
+ // Perform ECDH key exchange: https://cr.yp.to/ecdh.html.
41
sharedA, err := curve25519.X25519(privA[:], pubB[:])
42
if err != nil {
43
t.Fatalf("failed to perform X25519 A: %v", err)
0 commit comments