From: Kevin Zhang Date: Wed, 27 Jan 2016 03:23:41 +0000 (-0800) Subject: Fix a spelling error :( X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=a0ff09b3c93c916ce06ad22e1326867e1c9ca14a Fix a spelling error :( --- 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();