Fix a spelling error :(
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Robot.java
index 0c75eeecd1158382fe7a9963032db934fa2d8557..d2298119c7988ab2a885b8eadfa107c22eda0c36 100644 (file)
@@ -31,7 +31,7 @@ public class Robot extends IterativeRobot {
     oi = new OI();
     shooter = new Shooter();
 
-    // intialize all the Sendable Choosers
+    // initialize all the Sendable Choosers
     positionChooser = new SendableChooser();
     positionOneDefense = new SendableChooser();
     positionTwoDefense = new SendableChooser();