Browse Source

client: fixed typo in WatcherOptions docs

specifices -> specifies
Steve Phillips 10 years ago
parent
commit
952827157a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/keys.go

+ 1 - 1
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.