Skip to content

Commit 9d2efcd

Browse files
author
Daisuke IIZUKA
committed
[FAB-13932] Fix misspelling of "commerical"
Fix misspeling of "commerical" to "commercial" Change-Id: I91308b10753b8b85282f2beaab0cc1aa6a23851f Signed-off-by: Daisuke IIZUKA <daisuke.iizuka.ag@hitachi.com>
1 parent 167899e commit 9d2efcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/developapps/smartcontract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ contains the transaction definitions for commercial paper -- **issue**, **buy**
6262
and **redeem**. It's these transactions that bring commercial papers into
6363
existence and move them through their lifecycle. We'll examine these
6464
[transactions](#transaction-definition) soon, but for now notice how
65-
`CommericalPaperContract` extends the Hyperledger Fabric `Contract`
65+
`CommercialPaperContract` extends the Hyperledger Fabric `Contract`
6666
[class](https://fabric-shim.github.io/release-1.4/fabric-contract-api.Contract.html).
6767
This built-in class, and the `Context` class, were brought into scope earlier:
6868

docs/source/identity/identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ it is inherently not capable of providing SSL certificates for general/automatic
222222
in browsers. However, because **some** CA must be used to manage identity
223223
(even in a test environment), Fabric CA can be used to provide and manage
224224
certificates. It is also possible --- and fully appropriate --- to use a
225-
public/commerical root or intermediate CA to provide identification.
225+
public/commercial root or intermediate CA to provide identification.
226226

227227
If you're interested, you can read a lot more about Fabric CA
228228
[in the CA documentation section](http://hyperledger-fabric-ca.readthedocs.io/).

0 commit comments

Comments
 (0)