Skip to content

Commit 86aed91

Browse files
committed
[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 <luomin_tokyotech@hotmail.com>
1 parent b23f581 commit 86aed91

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/e2e_cli/configtx.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Capabilities:
182182
Global: &ChannelCapabilities
183183
# V1.1 for Global is a catchall flag for behavior which has been
184184
# determined to be desired for all orderers and peers running v1.0.x,
185-
# but the modification of which would cause imcompatibilities. Users
185+
# but the modification of which would cause incompatibilities. Users
186186
# should leave this flag set to true.
187187
V1_1: true
188188

@@ -192,7 +192,7 @@ Capabilities:
192192
Orderer: &OrdererCapabilities
193193
# V1.1 for Order is a catchall flag for behavior which has been
194194
# determined to be desired for all orderers running v1.0.x, but the
195-
# modification of which would cause imcompatibilities. Users should
195+
# modification of which would cause incompatibilities. Users should
196196
# leave this flag set to true.
197197
V1_1: true
198198

@@ -202,6 +202,6 @@ Capabilities:
202202
Application: &ApplicationCapabilities
203203
# V1.1 for Application is a catchall flag for behavior which has been
204204
# determined to be desired for all peers running v1.0.x, but the
205-
# modification of which would cause imcompatibilities. Users should
205+
# modification of which would cause incompatibilities. Users should
206206
# leave this flag set to true.
207207
V1_1: true

sampleconfig/configtx.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Capabilities:
356356
Channel: &ChannelCapabilities
357357
# V1.1 for Channel is a catchall flag for behavior which has been
358358
# determined to be desired for all orderers and peers running v1.0.x,
359-
# but the modification of which would cause imcompatibilities. Users
359+
# but the modification of which would cause incompatibilities. Users
360360
# should leave this flag set to true.
361361
V1_1: true
362362

@@ -366,7 +366,7 @@ Capabilities:
366366
Orderer: &OrdererCapabilities
367367
# V1.1 for Order is a catchall flag for behavior which has been
368368
# determined to be desired for all orderers running v1.0.x, but the
369-
# modification of which would cause imcompatibilities. Users should
369+
# modification of which would cause incompatibilities. Users should
370370
# leave this flag set to true.
371371
V1_1: true
372372

@@ -376,7 +376,7 @@ Capabilities:
376376
Application: &ApplicationCapabilities
377377
# V1.1 for Application is a catchall flag for behavior which has been
378378
# determined to be desired for all peers running v1.0.x, but the
379-
# modification of which would cause imcompatibilities. Users should
379+
# modification of which would cause incompatibilities. Users should
380380
# leave this flag set to true.
381381
V1_1: true
382382
# V1_1_PVTDATA_EXPERIMENTAL is an Application capability to enable the

0 commit comments

Comments
 (0)