diff --git a/examples/e2e_cli/configtx.yaml b/examples/e2e_cli/configtx.yaml index 58543482433..ed02b738870 100644 --- a/examples/e2e_cli/configtx.yaml +++ b/examples/e2e_cli/configtx.yaml @@ -182,7 +182,7 @@ Capabilities: Global: &ChannelCapabilities # V1.1 for Global is a catchall flag for behavior which has been # determined to be desired for all orderers and peers running v1.0.x, - # but the modification of which would cause imcompatibilities. Users + # but the modification of which would cause incompatibilities. Users # should leave this flag set to true. V1_1: true @@ -192,7 +192,7 @@ Capabilities: Orderer: &OrdererCapabilities # V1.1 for Order is a catchall flag for behavior which has been # determined to be desired for all orderers running v1.0.x, but the - # modification of which would cause imcompatibilities. Users should + # modification of which would cause incompatibilities. Users should # leave this flag set to true. V1_1: true @@ -202,6 +202,6 @@ Capabilities: Application: &ApplicationCapabilities # V1.1 for Application is a catchall flag for behavior which has been # determined to be desired for all peers running v1.0.x, but the - # modification of which would cause imcompatibilities. Users should + # modification of which would cause incompatibilities. Users should # leave this flag set to true. V1_1: true diff --git a/sampleconfig/configtx.yaml b/sampleconfig/configtx.yaml index 92aa7722967..f3b300ad22f 100644 --- a/sampleconfig/configtx.yaml +++ b/sampleconfig/configtx.yaml @@ -356,7 +356,7 @@ Capabilities: Channel: &ChannelCapabilities # V1.1 for Channel is a catchall flag for behavior which has been # determined to be desired for all orderers and peers running v1.0.x, - # but the modification of which would cause imcompatibilities. Users + # but the modification of which would cause incompatibilities. Users # should leave this flag set to true. V1_1: true @@ -366,7 +366,7 @@ Capabilities: Orderer: &OrdererCapabilities # V1.1 for Order is a catchall flag for behavior which has been # determined to be desired for all orderers running v1.0.x, but the - # modification of which would cause imcompatibilities. Users should + # modification of which would cause incompatibilities. Users should # leave this flag set to true. V1_1: true @@ -376,7 +376,7 @@ Capabilities: Application: &ApplicationCapabilities # V1.1 for Application is a catchall flag for behavior which has been # determined to be desired for all peers running v1.0.x, but the - # modification of which would cause imcompatibilities. Users should + # modification of which would cause incompatibilities. Users should # leave this flag set to true. V1_1: true # V1_1_PVTDATA_EXPERIMENTAL is an Application capability to enable the