From c4c4333d5438b1694b73eb0c534066ff1f38fbc9 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 8 Apr 2021 23:45:24 +0900 Subject: [PATCH] Fix typo in canvas.js Reseting -> Resetting --- src/display/canvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display/canvas.js b/src/display/canvas.js index 3ee6945b1..8f4785ba9 100644 --- a/src/display/canvas.js +++ b/src/display/canvas.js @@ -2226,7 +2226,7 @@ const CanvasGraphics = (function CanvasGraphicsClosure() { this.groupStack.push(currentCtx); this.groupLevel++; - // Reseting mask state, masks will be applied on restore of the group. + // Resetting mask state, masks will be applied on restore of the group. this.current.activeSMask = null; },