diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SafePWM.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SafePWM.java index 7f241ad95e..c6afa08144 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SafePWM.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SafePWM.java @@ -74,7 +74,7 @@ public class SafePWM extends PWM implements MotorSafety { /** * Feed the MotorSafety timer. This method is called by the subclass motor whenever it updates its - * speed, thereby reseting the timeout value. + * speed, thereby resetting the timeout value. */ @SuppressWarnings("MethodName") public void Feed() {