summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects.js b/objects.js
index a00c9cc..209a45f 100644
--- a/objects.js
+++ b/objects.js
@@ -306,7 +306,7 @@ SpriteMorph.prototype.initBlocks = function () {
only: SpriteMorph,
type: 'command',
category: 'motion',
- spec: 'change lat by %n',
+ spec: 'change lon by %n',
defaults: [10]
},
setXPosition: {