From 8f1b034b2f7d9310e540d4f03e5aefe76b3a498f Mon Sep 17 00:00:00 2001 From: Austin Shalit Date: Tue, 17 Jan 2017 00:57:28 -0500 Subject: [PATCH] Fix typo in JavaDoc (#462) --- wpilibj/src/athena/java/edu/wpi/first/wpilibj/SafePWM.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {