summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/dev/notes/relay-sketch.md4
-rw-r--r--doc/hsc.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/dev/notes/relay-sketch.md b/doc/dev/notes/relay-sketch.md
index e86ad7bbe..ecb0d8d85 100644
--- a/doc/dev/notes/relay-sketch.md
+++ b/doc/dev/notes/relay-sketch.md
@@ -77,7 +77,7 @@ that can function on a testing network.
`Arc<dyn ExtendKeyProvider>` or `Arc<RwLock<ExtendKeys>>`
may be in order. ([#1443])
-- A new `RelayCirc` type, crated by CREATE2 cells. ([#1445])
+- A new `RelayCirc` type, created by CREATE2 cells. ([#1445])
- DESIGN: [How much code](#proto-objects) can this share internally
with ClientCirc?
The reactor logic is very similar,
@@ -102,7 +102,7 @@ that can function on a testing network.
with publishing HS descriptors?
- Protocol changes may be needed to remove TAP keys from descriptors
and microdescriptors ([torspec#264])
- - Possible short-term workaround: Genearate RSA TAP key and then
+ - Possible short-term workaround: Generate RSA TAP key and then
throw away the private half
- Key management for relays. [#1449]
diff --git a/doc/hsc.md b/doc/hsc.md
index ee0d103ff..e79dfd858 100644
--- a/doc/hsc.md
+++ b/doc/hsc.md
@@ -6,7 +6,7 @@ plan to extend it to support managing other types of state as well.
Like the other `arti` subcommands, it has an optional `--config` option for
specifying the TOML configuration file. Using the correct configuration file is
important, because the state and keys managed by `arti hsc` are relative to the
-state directory, which you might have overriden in the configuration.
+state directory, which you might have overridden in the configuration.
## `arti hsc get-key`