client: spelling error in docs (occured -> occurred)

This commit is contained in:
Steve Phillips 2015-08-18 16:26:52 -07:00
parent 28cec1128d
commit 69fc796926

View File

@ -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"`