Skip to content

Commit c5c3d7b

Browse files
author
Zhangjiong Xuan
committedAug 30, 2017
[FAB-5931] Spelling error
[FAB-5931] Spelling error: common/tools/configtxgen/provisional/provisional.go Line:70, `It it` should be `It is`. Change-Id: I4cff155ef4d5363c70de8d5338767862a2bdef32 Signed-off-by: Zhangjiong Xuan <xuanzhangjiong@hyperchain.cn>
1 parent 297d393 commit c5c3d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎common/tools/configtxgen/provisional/provisional.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const (
6767
ConsensusTypeKafka = "kafka"
6868

6969
// TestChainID is the default value of ChainID. It is used by all testing
70-
// networks. It it necessary to set and export this variable so that test
70+
// networks. It is necessary to set and export this variable so that test
7171
// clients can connect without being rejected for targeting a chain which
7272
// does not exist.
7373
TestChainID = "testchainid"

0 commit comments

Comments
 (0)
Please sign in to comment.