Fix typos.

Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
This commit is contained in:
Henry de Valence 2019-10-22 19:03:04 -07:00
parent 28a24fa91b
commit 7a09223ddb
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ The following are general desiderata for Zebra:
* Zebra should be well-factored internally into a collection of * Zebra should be well-factored internally into a collection of
component libraries which can be used by other applications to component libraries which can be used by other applications to
perform Zcash-related tasks. Implementation details of each perform Zcash-related tasks. Implementation details of each
component should not leak into all other components, component should not leak into all other components.
* Zebra should checkpoint on Sapling activation and drop all * Zebra should checkpoint on Sapling activation and drop all
Sprout-related functionality not required post-Sapling. Sprout-related functionality not required post-Sapling.
@ -214,7 +214,7 @@ all client code to a subprocess.
- [...] - [...]
`zebrad2` `zebrad`
--------- ---------
Abscissa-based application which loads configs, all application components, Abscissa-based application which loads configs, all application components,