Skip to content

Commit e2cb836

Browse files
committed
chore: fix some typos
Signed-off-by: teslaedison <qingchengqiushuang@gmail.com>
1 parent 063e1e8 commit e2cb836

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

05_crypto/pki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you enter '.', the field will be left blank.
4949
Country Name (2 letter code) [AU]:CN
5050
State or Province Name (full name) [Some-State]:Beijing
5151
Locality Name (eg, city) []:Beijing
52-
Organization Name (eg, company) [Internet Widgits Pty Ltd]:Blockchain
52+
Organization Name (eg, company) [Internet Widgets Pty Ltd]:Blockchain
5353
Organizational Unit Name (eg, section) []:Dev
5454
Common Name (e.g. server FQDN or YOUR name) []:example.com
5555
Email Address []:

07_ethereum/concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
智能合约(Smart Contract)是以太坊中最为重要的一个概念,即以计算机程序的方式来缔结和运行各种合约。最早在上世纪 90 年代,Nick Szabo 等人就提出过类似的概念,但一直依赖因为缺乏可靠执行智能合约的环境,而被作为一种理论设计。区块链技术的出现,恰好补充了这一缺陷。
88

9-
以太坊支持通过图灵完备的高级语言(包括 Solidity、Serpent、Viper)等来开发智能合约。智能合约作为运行在以太坊虚拟机(Ethereum Virual Machine,EVM)中的应用,可以接受来自外部的交易请求和事件,通过触发运行提前编写好的代码逻辑,进一步生成新的交易和事件,可以进一步调用其它智能合约。
9+
以太坊支持通过图灵完备的高级语言(包括 Solidity、Serpent、Viper)等来开发智能合约。智能合约作为运行在以太坊虚拟机(Ethereum Virtual Machine,EVM)中的应用,可以接受来自外部的交易请求和事件,通过触发运行提前编写好的代码逻辑,进一步生成新的交易和事件,可以进一步调用其它智能合约。
1010

1111
智能合约的执行结果可能对以太坊网络上的账本状态进行更新。这些修改由于经过了以太坊网络中的共识,一旦确认后无法被伪造和篡改。
1212

09_fabric_deploy/install_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Dockerfile 内容如下,可从 https://github.com/yeasy/docker-hyperledger-fab
337337
# Dockerfile for Hyperledger fabric-ca image.
338338
# If you need a peer node to run, please see the yeasy/hyperledger-peer image.
339339
# Workdir is set to $GOPATH/src/github.com/hyperledger/fabric-ca
340-
# More usage infomation, please see https://github.com/yeasy/docker-hyperledger-fabric-ca.
340+
# More usage information, please see https://github.com/yeasy/docker-hyperledger-fabric-ca.
341341

342342
FROM golang:1.13
343343
LABEL maintainer "Baohua Yang <yeasy.github.com>"

10_fabric_op/operation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ curl http://peer:9443/healthz
5656

5757
```bash
5858
$ curl http://orderer:8443/metrics
59-
# HELP blockcutter_block_fill_duration The time from first transaction enqueing to the block being cut in seconds.
59+
# HELP blockcutter_block_fill_duration The time from first transaction enqueuing to the block being cut in seconds.
6060
# TYPE blockcutter_block_fill_duration histogram
6161
blockcutter_block_fill_duration_bucket{channel="businesschannel",le="0.005"} 0
6262
blockcutter_block_fill_duration_bucket{channel="businesschannel",le="0.01"} 0

0 commit comments

Comments
 (0)