aboutsummaryrefslogtreecommitdiffstats
path: root/uapi.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-11-05 05:46:27 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-11-05 05:46:27 +0100
commitc37c4ece9efd1b7afc952905ad44a10e4c5d45d7 (patch)
treea6118d9417b81fcd66a0b7c318c2f161b1a78984 /uapi.go
parentreceive: make started status uniform (diff)
downloadwireguard-go-c37c4ece9efd1b7afc952905ad44a10e4c5d45d7.tar.xz
wireguard-go-c37c4ece9efd1b7afc952905ad44a10e4c5d45d7.zip
uapi: typo
Diffstat (limited to 'uapi.go')
-rw-r--r--uapi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/uapi.go b/uapi.go
index 3eed870..e2c3287 100644
--- 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 {