From 86aed911732d62244021de378fd501eb6750b39d Mon Sep 17 00:00:00 2001 From: luomin Date: Mon, 29 Jan 2018 11:13:10 +0900 Subject: [PATCH] [FAB-7933] typo error in e2e configtx.yaml As pointed out by FAB-7933, corrected the 3 misspellings in the Capabilities section: imcompatibilities : (im) -> (in) Also correted sampleconfig/configtx.yaml due to the same typos above. Change-Id: I995168f6787aae9bb93d2110a080a6e132ed9753 Signed-off-by: Min Luo --- examples/e2e_cli/configtx.yaml | 6 +++--- sampleconfig/configtx.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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