ELEC2645 (2018/19) / Mbed 2 deprecated el17lw

Dependencies:   mbed

Revision:
27:c920c5ec31af
Parent:
21:20478f086bc2
Child:
29:bdc4138b5171
diff -r 4253656c0755 -r c920c5ec31af Platforms/Platforms.cpp
--- a/Platforms/Platforms.cpp	Fri May 03 09:33:34 2019 +0000
+++ b/Platforms/Platforms.cpp	Sat May 04 13:26:50 2019 +0000
@@ -19,7 +19,7 @@
 }
 
 void Platforms::set_line_1(int length) {
-  // Lines move from R to L via deincrementing.
+  // Lines move from R to L via de-incrementing.
   _line_1.x_start--; 
   if (_line_1.x_start < 80 - length) _line_1.x_end--;  // Only move end of the
   // line if the line length is fully on the screen.