Browse Source

Merge pull request #3325 from elimisteve/master

client: spelling error in docs (occured -> occurred)
Xiang Li 10 years ago
parent
commit
b3d2a621ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/keys.go

+ 1 - 1
client/keys.go

@@ -253,7 +253,7 @@ type Response struct {
 	Node *Node `json:"node"`
 
 	// PrevNode represents the previous state of the Node. PrevNode is non-nil
-	// only if the Node existed before the action occured and the action
+	// only if the Node existed before the action occurred and the action
 	// caused a change to the Node.
 	PrevNode *Node `json:"prevNode"`