Skip to content

Commit 2020c6e

Browse files
satota2mastersingh24
authored andcommitted
[FAB-12238] Fix misspelling of "specifed"
Fix misspelling of "specifed" to "specified" Change-Id: Ic9a26a19ae70a94828778bc7cbcbc355d4dadc41 Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
1 parent c26c595 commit 2020c6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/chaincode/chaincodetest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ chaincode:
379379

380380
mode: net
381381
# typically installpath should not be modified. Otherwise, user must ensure
382-
# the chaincode executable is placed in the path specifed by installpath in
382+
# the chaincode executable is placed in the path specified by installpath in
383383
# the image
384384
installpath: /opt/gopath/bin/
385385

docs/source/commands/peerchaincode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ flags are
5353

5454
* `-o` or `--orderer <string>`
5555

56-
Ordering service endpoint specifed as `<hostname or IP address>:<port>`
56+
Ordering service endpoint specified as `<hostname or IP address>:<port>`
5757

5858
* `--ordererTLSHostnameOverride <string>`
5959

docs/wrappers/peer_chaincode_preamble.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ flags are
5353

5454
* `-o` or `--orderer <string>`
5555

56-
Ordering service endpoint specifed as `<hostname or IP address>:<port>`
56+
Ordering service endpoint specified as `<hostname or IP address>:<port>`
5757

5858
* `--ordererTLSHostnameOverride <string>`
5959

0 commit comments

Comments
 (0)