From 40de5858d330190d3c204bb3e00bb4eaa67db799 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 26 Sep 2016 16:06:44 -0700 Subject: [PATCH] Fix typo --- api/kv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/kv.go b/api/kv.go index e959937c0b..2b93fa8539 100644 --- a/api/kv.go +++ b/api/kv.go @@ -36,7 +36,7 @@ type KVPair struct { // base64 encoded upon transport. Value []byte - // Session is a string representing the ID of the session. Any othe + // Session is a string representing the ID of the session. Any other // interactions with this key over the same session must specify the same // session ID. Session string