From a0ff09b3c93c916ce06ad22e1326867e1c9ca14a Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Tue, 26 Jan 2016 19:23:41 -0800 Subject: [PATCH] Fix a spelling error :( --- src/org/usfirst/frc/team3501/robot/Robot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index 0c75eeec..d2298119 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -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(); -- 2.30.2