From d72c94f4a342d44fa271241963f2d7806350f5be Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Thu, 14 Nov 2013 15:45:02 -0800 Subject: [PATCH] Comment fix: shedule -> schedule --- 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 3dc931418..026849298 100644 --- a/src/display/canvas.js +++ b/src/display/canvas.js @@ -545,7 +545,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() { return i; } - // If the execution took longer then a certain amount of time, shedule + // If the execution took longer then a certain amount of time, schedule // to continue exeution after a short delay. // However, this is only possible if a 'continueCallback' is passed in. if (continueCallback && Date.now() > endTime) {