summaryrefslogtreecommitdiff
path: root/doc/dev/notes/service-side-pow.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dev/notes/service-side-pow.md')
-rw-r--r--doc/dev/notes/service-side-pow.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev/notes/service-side-pow.md b/doc/dev/notes/service-side-pow.md
index 68850511c..9c154476d 100644
--- a/doc/dev/notes/service-side-pow.md
+++ b/doc/dev/notes/service-side-pow.md
@@ -20,7 +20,7 @@ Related spec docs:
* Used nonces datastructure
* Verifier for the correct seed (implies that access to the verifier should be keyed on `SeedHead`
since that's all we have access to when processing a request, we don't know the TP)
- * Total effort value, which must somehow be updated upon successful requets
+ * Total effort value, which must somehow be updated upon successful requests
* At some point after we have verified the solve, the code dequeuing requests in order to send them
to the backend that generates responses needs to be able to see the effort associated with that
request.