Laila Al Badwawi 200906179 SpaceInvaders I declare this my own independent work and understand the university rules on plagiarism.

Dependencies:   mbed

Revision:
12:45b1249b3d9a
Parent:
0:e2af4c8e462e
Child:
54:095eae44895b
--- a/Gamepad/Gamepad.cpp	Mon Apr 15 12:04:25 2019 +0000
+++ b/Gamepad/Gamepad.cpp	Mon Apr 15 14:36:07 2019 +0000
@@ -149,7 +149,7 @@
     }
 }
 
-// this method gets the magnitude of the joystick movement
+// this method gets the nitude of the joystick movement
 float Gamepad::get_mag()
 {
     Polar p = get_polar();