From 72c792dcb01e36e142e854aae39d46f21f69997d Mon Sep 17 00:00:00 2001 From: jlnorskdatateknikk <136071050+jlnorskdatateknikk@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:44:33 +0200 Subject: [PATCH] Fix spelling error "calcualte" --- dec/context.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dec/context.js b/dec/context.js index ba98779..17ca3ba 100644 --- a/dec/context.js +++ b/dec/context.js @@ -21,7 +21,7 @@ CONTEXT_SIGNED: second-order context model tuned for signed integers. The context id for the UTF8 context model is calculated as follows. If p1 - and p2 are the previous two bytes, we calcualte the context as + and p2 are the previous two bytes, we calculate the context as context = kContextLookup[p1] | kContextLookup[p2 + 256].