2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00

Fix spelling of 'mecanum'.

This commit is contained in:
= 2015-03-10 19:49:57 -04:00
parent 7fc088c10c
commit 6100848166
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
/** /**
* @brief Drives the robot with a joystick * @brief Drives the robot with a joystick
* *
* Uses mechanum drive * Uses mecanum drive
*/ */
class Drive: public Command{ class Drive: public Command{
public: public:

View File

@ -33,7 +33,7 @@ class DentRobot: public IterativeRobot{
*/ */
static Collector* collector; static Collector* collector;
/** /**
* @brief The 4-motor mechanum Drivetrain * @brief The 4-motor mecanum Drivetrain
*/ */
static Drivetrain* drivetrain; static Drivetrain* drivetrain;
/** /**