diff --git a/objects.js b/objects.js index b2380f84..15468b26 100644 --- a/objects.js +++ b/objects.js @@ -4960,7 +4960,7 @@ StageMorph.prototype.getLastMessage = function () { return this.lastMessage || ''; }; -// StageMorph Mouse Corridnates +// StageMorph Mouse Coordinates StageMorph.prototype.reportMouseX = function () { var world = this.world();