Skip to content

Commit 8d37630

Browse files
authored
Merge pull request #240 from JacobBarthelmeh/docs
fix README typo
2 parents fa8c68d + 22c905e commit 8d37630

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)