Fix a spelling error :(
authorKevin Zhang <icestormf1@gmail.com>
Wed, 27 Jan 2016 03:23:41 +0000 (19:23 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Wed, 27 Jan 2016 03:23:41 +0000 (19:23 -0800)
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();