Skip to content

Commit c548af8

Browse files
c_lqc_lq
authored andcommitted
[FAB-7453] Fix spell error in comment
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>
1 parent 79e5b66 commit c548af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gossip/service/eventer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func newConfigEventer(receiver configEventReceiver) *configEventer {
5656
}
5757
}
5858

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

0 commit comments

Comments
 (0)