Skip to content

Commit 22c905e

Browse files
fix README typo
1 parent 2026c81 commit 22c905e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wireguard-go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cd device
3737
go test
3838
```
3939

40-
If go can't fine the wolfSSL .so file, you may have to manually specify the lib install location.
40+
If go can't find the wolfSSL .so file, you may have to manually specify the lib install location.
4141
```
4242
LD_LIBRARY_PATH=/usr/local/lib/ go test
4343
```

0 commit comments

Comments
 (0)