From 7a09223ddb075afa0d1509c6a7c93505f45c5247 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Tue, 22 Oct 2019 19:03:04 -0700 Subject: [PATCH] Fix typos. Co-authored-by: Deirdre Connolly --- design/design.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design/design.md b/design/design.md index 650c70fb..8d1bbe64 100644 --- a/design/design.md +++ b/design/design.md @@ -25,7 +25,7 @@ The following are general desiderata for Zebra: * Zebra should be well-factored internally into a collection of component libraries which can be used by other applications to 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 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,