Fix codespell typo: unparseable -> unparsable

Co-authored-by: dmonad <5553757+dmonad@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-09-01 18:01:47 +00:00
committed by GitHub
co-authored by dmonad
parent 5d1d587d1a
commit c072fdfff6
+1 -1
View File
@@ -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.