Skip to content

Commit 533783a

Browse files
seun556CoderZhienvestcc
authored
Fix typos across multiple files (#4730)
Co-authored-by: CoderZhi <[email protected]> Co-authored-by: Chen Chen <[email protected]>
1 parent 7a6923f commit 533783a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ioctl/cmd/ioid/projectregister.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func register(args []string) error {
9494
}
9595

9696
projectId := new(big.Int).SetBytes(receipt.ReceiptInfo.Receipt.Logs[0].Topics[3])
97-
fmt.Printf("Registerd ioID project id is %s\n", projectId.String())
97+
fmt.Printf("Registered ioID project id is %s\n", projectId.String())
9898

9999
return nil
100100
}

tools/xctl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ xctl is a command-line interface for interacting with consortium blockchain.
55
`./buildcli.sh`
66

77

8-
If you want to build xctl on Windows, you need to install mingw. Package manager [Chocolatey](https://chocolatey.org/) provides an easy way to intall latest mingw.
8+
If you want to build xctl on Windows, you need to install mingw. Package manager [Chocolatey](https://chocolatey.org/) provides an easy way to install latest mingw.
99
`C:\Windows\system32> choco install mingw`
1010

1111

tools/xctl/readme/docgen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ xctl is a command-line interface for interacting with consortium blockchain.
2828
# Build
2929
` + "`./buildcli.sh`\n" + `
3030
31-
If you want to build xctl on Windows, you need to install mingw. Package manager [Chocolatey](https://chocolatey.org/) provides an easy way to intall latest mingw.
31+
If you want to build xctl on Windows, you need to install mingw. Package manager [Chocolatey](https://chocolatey.org/) provides an easy way to install latest mingw.
3232
` + "`C:\\Windows\\system32> choco install mingw`\n" + `
3333
3434
After this command, target bin files will be placed in ./release/ folder, upload them to

0 commit comments

Comments
 (0)