Skip to content

Commit

Permalink
Merge "[FAB-7453] Fix spell error in comment"
Browse files Browse the repository at this point in the history
  • Loading branch information
yacovm authored and Gerrit Code Review committed Dec 14, 2017
2 parents ff5a101 + c548af8 commit 3e9b686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/service/eventer.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func newConfigEventer(receiver configEventReceiver) *configEventer {
}
}

// ProcessConfigUpdate should be invoked whenever a channel's configuration is intialized or updated
// ProcessConfigUpdate should be invoked whenever a channel's configuration is initialized or updated
// it invokes the associated method in configEventReceiver when configuration is updated
// but only if the configuration value actually changed
// Note, that a changing sequence number is ignored as changing configuration
Expand Down

0 comments on commit 3e9b686

Please sign in to comment.