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) {
378378 }... ),
379379 }),
380380 },
381- // Continuation of prevoius peer list, new peer list.
381+ // Continuation of previous peer list, new peer list.
382382 {
383383 Data : m (netlink.Attribute {
384384 Type : unix .WGDEVICE_A_PEERS ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ func TestKeyExchange(t *testing.T) {
3737 privA , pubA := mustKeyPair ()
3838 privB , pubB := mustKeyPair ()
3939
40- // Perform ECDH key exhange : https://cr.yp.to/ecdh.html.
40+ // Perform ECDH key exchange : https://cr.yp.to/ecdh.html.
4141 sharedA , err := curve25519 .X25519 (privA [:], pubB [:])
4242 if err != nil {
4343 t .Fatalf ("failed to perform X25519 A: %v" , err )
You can’t perform that action at this time.
0 commit comments