From c072fdfff677465d31f21f0e9a4ec8d882c29c34 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:01:47 +0000 Subject: [PATCH] Fix codespell typo: unparseable -> unparsable Co-authored-by: dmonad <5553757+dmonad@users.noreply.github.com> --- src/yhub-server/server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yhub-server/server.js b/src/yhub-server/server.js index 1d27d3af0..b11862039 100644 --- a/src/yhub-server/server.js +++ b/src/yhub-server/server.js @@ -458,7 +458,7 @@ const auth = createAuthPlugin({ // read starts. The backend sends ISO-8601 (null for a link-reach reader, // who holds no access and so has no date); `history.from` is unix ms. // - // Anything unparseable is *no* history rather than full history, and zero + // Anything unparsable is *no* history rather than full history, and zero // is refused with it: `from: 0` is the one value that also unlocks a // `gc=false` websocket, and no real access date is ever zero, so a zero // here could only ever be a bug upstream.