From 170092a6b04d76c385c6fc4ba135a6e478721b9b Mon Sep 17 00:00:00 2001 From: Brian Broll Date: Fri, 11 Sep 2015 12:38:42 -0500 Subject: [PATCH] Fixed minor typo --- objects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects.js b/objects.js index bebff6cf..ffc93213 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();