]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
uapi: typo
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 5 Nov 2018 04:46:27 +0000 (05:46 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 5 Nov 2018 04:46:27 +0000 (05:46 +0100)
uapi.go

diff --git a/uapi.go b/uapi.go
index 3eed870ca2fa37a1e6a8056137033412ba4d1770..e2c328799f7c12dec450ef351f156cde416618b8 100644 (file)
--- a/uapi.go
+++ b/uapi.go
@@ -307,7 +307,7 @@ func ipcSetOperation(device *Device, socket *bufio.ReadWriter) *IPCError {
 
                                // update persistent keepalive interval
 
-                               logDebug.Println(peer, "- UAPI: Updating persistent keepalive interva")
+                               logDebug.Println(peer, "- UAPI: Updating persistent keepalive interval")
 
                                secs, err := strconv.ParseUint(value, 10, 16)
                                if err != nil {