From 952827157aecb12af67a36915a6b00c3939ece01 Mon Sep 17 00:00:00 2001 From: Steve Phillips Date: Tue, 18 Aug 2015 16:42:52 -0700 Subject: [PATCH] client: fixed typo in WatcherOptions docs specifices -> specifies --- client/keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/keys.go b/client/keys.go index 58c8e6260..d8e77b189 100644 --- a/client/keys.go +++ b/client/keys.go @@ -137,7 +137,7 @@ type WatcherOptions struct { // index, whatever that may be. AfterIndex uint64 - // Recursive specifices whether or not the Watcher should emit + // Recursive specifies whether or not the Watcher should emit // events that occur in children of the given keyspace. If set // to false (default), events will be limited to those that // occur for the exact key.