Luke Cartwright / Mbed 2 deprecated ELEC2645_Project_el18loc_nearlythere

Dependencies:   mbed

Revision:
33:e7635c8a58a8
Parent:
31:cfdb014ff086
diff -r 1049618104a2 -r e7635c8a58a8 Front/Front.h
--- a/Front/Front.h	Tue May 26 14:21:58 2020 +0000
+++ b/Front/Front.h	Tue May 26 14:32:06 2020 +0000
@@ -34,12 +34,12 @@
     /** Constructor */
     Front();
 
-    /** Destructior */
+    /** Destructor */
     ~Front();
 
     /** Runs whole front pannel 
     * @function to process whole front pannel
-    * Deals with ADSR and sound generation bby calling other classes */
+    * Deals with ADSR and sound generation by calling other classes */
     void frontrun(N5110 &lcd, Gamepad &pad, int submenu);