From 8012c688c1fba7c31932b34a3a93e3a3c242adbf Mon Sep 17 00:00:00 2001 From: adrianna Date: Mon, 2 Jun 2014 00:05:56 +0200 Subject: [PATCH] Of course there was a typo. --- naja/scenes/introduction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naja/scenes/introduction.py b/naja/scenes/introduction.py index 913e2dc..2d12dd8 100644 --- a/naja/scenes/introduction.py +++ b/naja/scenes/introduction.py @@ -107,7 +107,7 @@ class IntroductionScene(Scene): self.add(TextBoxWidget( (24, 72), '\n'.join([ "These are your robot's status bits. On the left we have" - " the Most Signiticant Bit (MSB, currently set), then the" + " the Most Significant Bit (MSB, currently set), then the" " Red (unset), Green (set) and Blue (set) key bits, and" " finally the four bits which control movement options, of" " which only left is set. You can only move in directions" -- 2.34.1