Skip to content

Commit

Permalink
Fix typos found by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed May 17, 2023
1 parent 925a1e7 commit 3d59e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/wglinux/parse_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func TestLinuxClientDevicesOK(t *testing.T) {
}...),
}),
},
// Continuation of prevoius peer list, new peer list.
// Continuation of previous peer list, new peer list.
{
Data: m(netlink.Attribute{
Type: unix.WGDEVICE_A_PEERS,
Expand Down
2 changes: 1 addition & 1 deletion wgtypes/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestKeyExchange(t *testing.T) {
privA, pubA := mustKeyPair()
privB, pubB := mustKeyPair()

// Perform ECDH key exhange: https://cr.yp.to/ecdh.html.
// Perform ECDH key exchange: https://cr.yp.to/ecdh.html.
sharedA, err := curve25519.X25519(privA[:], pubB[:])
if err != nil {
t.Fatalf("failed to perform X25519 A: %v", err)
Expand Down

0 comments on commit 3d59e02

Please sign in to comment.