We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa8c68d + 22c905e commit 8d37630Copy full SHA for 8d37630
1 file changed
wireguard-go/README.md
@@ -37,7 +37,7 @@ cd device
37
go test
38
```
39
40
-If go can't fine the wolfSSL .so file, you may have to manually specify the lib install location.
+If go can't find the wolfSSL .so file, you may have to manually specify the lib install location.
41
42
LD_LIBRARY_PATH=/usr/local/lib/ go test
43
0 commit comments