Delete timer from MaintainClimbedPosition
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / climber / RunWinch.java
index 7858384dac649f30555d40761e6fa52b6e09ebd5..0e980a49e3b3bb02ed2db8a95d6f866d568f893f 100644 (file)
@@ -32,7 +32,7 @@ public class RunWinch extends Command {
    * @param time
    *          time in seconds to run the winch
    * @param motorVal
-   *          value range is frosm -1 to 1
+   *          value range is from -1 to 1
    */
   public RunWinch(double time, double motorVal) {
     requires(Robot.getDriveTrain());