Auto merge of #4748 - rex4539:fix-typos, r=daira

Fix typos
This commit is contained in:
Homu 2020-09-25 13:42:27 +00:00
commit e886263547
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ The following ZIPs are being deployed as part of this upgrade:
* [ZIP 212: Allow Recipient to Derive Sapling Ephemeral Secret from Note Plaintext](https://zips.z.cash/zip-0212)
* [ZIP 215: Explicitly Defining and Modifying Ed25519 Validation Rules](https://zips.z.cash/zip-0215)
In order to help the ecosystem prepare for the mainnet activiation, Canopy has
In order to help the ecosystem prepare for the mainnet activation, Canopy has
already been activated on the Zcash testnet. Any node version 3.1.0 or higher,
including this release, supports the Canopy activation on testnet.

View File

@ -14,7 +14,7 @@ The following ZIPs are being deployed as part of this upgrade:
* [ZIP 212: Allow Recipient to Derive Sapling Ephemeral Secret from Note Plaintext](https://zips.z.cash/zip-0212)
* [ZIP 215: Explicitly Defining and Modifying Ed25519 Validation Rules](https://zips.z.cash/zip-0215)
In order to help the ecosystem prepare for the mainnet activiation, Canopy has
In order to help the ecosystem prepare for the mainnet activation, Canopy has
already been activated on the Zcash testnet. Any node version 3.1.0 or higher,
including this release, supports the Canopy activation on testnet.

View File

@ -37,7 +37,7 @@ class WalletFileTest(BitcoinTestFramework):
assert_start_raises_init_error(0, "-wallet=%s" % invalidpath,
"Error: Absolute path %s does not exist")
# relative path do not exist
# relative path does not exist
invalidpath = os.path.join("wallet", "foo.dat")
assert_start_raises_init_error(0, "-wallet=%s" % invalidpath,
"Error: Relative path %s does not exist")