瀏覽代碼

Merge pull request #4204 from gyuho/typo

client: keys.go minor typo
Gyu-Ho Lee 10 年之前
父節點
當前提交
c59bc9c4db
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/keys.go

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