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; },