aboutsummaryrefslogtreecommitdiff
path: root/proposals/327-pow-over-intro.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2022-07-27 01:25:09 -0400
committerRoger Dingledine <arma@torproject.org>2022-07-27 01:25:09 -0400
commitb5e2002983fc4682b88fedb73a9101cc8090b053 (patch)
treeec012dae6cfdc7f929b577ab9a44d0fad5402ec2 /proposals/327-pow-over-intro.txt
parent6f9ec72e279c837a07101b37c8790117cdfaf8a5 (diff)
downloadtorspec-b5e2002983fc4682b88fedb73a9101cc8090b053.tar.gz
torspec-b5e2002983fc4682b88fedb73a9101cc8090b053.zip
fix some easy typos in proposals
Diffstat (limited to 'proposals/327-pow-over-intro.txt')
-rw-r--r--proposals/327-pow-over-intro.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/proposals/327-pow-over-intro.txt b/proposals/327-pow-over-intro.txt
index 0fb528f..ca7f7cd 100644
--- a/proposals/327-pow-over-intro.txt
+++ b/proposals/327-pow-over-intro.txt
@@ -339,7 +339,7 @@ Status: Draft
tuple. For this reason a replay protection mechanism must be employed.
The simplest way is to use a simple hash table to check whether a (seed,
- nonce) tuple has been used before for the actiev duration of a
+ nonce) tuple has been used before for the active duration of a
seed. Depending on how long a seed stays active this might be a viable
solution with reasonable memory/time overhead.
@@ -439,7 +439,7 @@ Status: Draft
Every HS_UPDATE_PERIOD seconds the service should upload a new descriptor
with a new suggested-effort value.
- The service should avoid uploading descriptors too often to avoid overwheming
+ The service should avoid uploading descriptors too often to avoid overwhelming
the HSDirs. The service SHOULD NOT upload descriptors more often than
HS_UPDATE_PERIOD. The service SHOULD NOT upload a new descriptor if the
suggested-effort value changes by less than 15%.