From 661d72474b8b879c5eca86c16ca5b95eaa59c101 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Tue, 1 Apr 2025 10:14:02 -0700 Subject: various: fix minor typos (#187) Signed-off-by: Patrick Linnane --- web/js/proof-of-work.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/js/proof-of-work.mjs b/web/js/proof-of-work.mjs index a04f5ca..5ef3a8a 100644 --- a/web/js/proof-of-work.mjs +++ b/web/js/proof-of-work.mjs @@ -106,7 +106,7 @@ function processTask() { const oldNonce = nonce; nonce += threads; - // send a progess update every 1024 iterations. since each thread checks + // send a progress update every 1024 iterations. since each thread checks // separate values, one simple way to do this is by bit masking the // nonce for multiples of 1024. unfortunately, if the number of threads // is not prime, only some of the threads will be sending the status -- cgit v1.2.3