From 3ac8ff3a84dbb878135accd71243a58854d4d123 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 13 Jan 2016 10:55:07 -0800 Subject: [PATCH] client: keys.go minor typo --- client/keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/keys.go b/client/keys.go index 67fa02d0e..a76ad58ed 100644 --- a/client/keys.go +++ b/client/keys.go @@ -234,7 +234,7 @@ type DeleteOptions struct { type Watcher interface { // Next blocks until an etcd event occurs, then returns a Response - // represeting that event. The behavior of Next depends on the + // representing that event. The behavior of Next depends on the // WatcherOptions used to construct the Watcher. Next is designed to // be called repeatedly, each time blocking until a subsequent event // is available.