Skip to content

Commit

Permalink
[FAB-7453] Fix spell error in comment
Browse files Browse the repository at this point in the history
In file fabric/gossip/service/eventer.go Line 59,
the "intialized" should be "initialized".

Change-Id: Ib411ed493605335952bb8d220c7e4b9a65b35781
Signed-off-by: c_lq <Caojing@hyperchain.cn>
  • Loading branch information
c_lq authored and c_lq committed Dec 14, 2017
1 parent 79e5b66 commit c548af8
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 c548af8

Please sign in to comment.