Skip to content

Commit

Permalink
[FAB-7933] typo error in e2e configtx.yaml
Browse files Browse the repository at this point in the history
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 <luomin_tokyotech@hotmail.com>
  • Loading branch information
luomin committed Jan 30, 2018
1 parent b23f581 commit 86aed91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/e2e_cli/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
6 changes: 3 additions & 3 deletions sampleconfig/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 86aed91

Please sign in to comment.