From 22c905e1eb387cd2864fa447de27cb008253a51c Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Thu, 10 Apr 2025 15:08:38 -0600 Subject: [PATCH] fix README typo --- wireguard-go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard-go/README.md b/wireguard-go/README.md index 9eac0d01..fd7259dd 100644 --- a/wireguard-go/README.md +++ b/wireguard-go/README.md @@ -37,7 +37,7 @@ cd device go test ``` -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. ``` LD_LIBRARY_PATH=/usr/local/lib/ go test ```