From 4edbfed499e8f4b4a0dab455f11533a46940f9ef Mon Sep 17 00:00:00 2001
From: chrisgarrity <chrisg@media.mit.edu>
Date: Fri, 19 Oct 2018 17:16:16 -0400
Subject: [PATCH] Fix default message typo

---
 src/lib/opcode-labels.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/opcode-labels.js b/src/lib/opcode-labels.js
index 4ff08f7af..8f9fe82cb 100644
--- a/src/lib/opcode-labels.js
+++ b/src/lib/opcode-labels.js
@@ -7,12 +7,12 @@ const messages = defineMessages({
         id: 'gui.opcodeLabels.direction'
     },
     motion_xposition: {
-        defaultMessage: 'x postion',
+        defaultMessage: 'x position',
         description: 'Label for the x position monitor when shown on the stage',
         id: 'gui.opcodeLabels.xposition'
     },
     motion_yposition: {
-        defaultMessage: 'y postion',
+        defaultMessage: 'y position',
         description: 'Label for the y position monitor when shown on the stage',
         id: 'gui.opcodeLabels.yposition'
     },
-- 
GitLab