Fixed some typos in the comments of MotorEncoderFixture.java, a method name in CANMotorEncoderFixture.java, and the README files

Change-Id: I87d982068f3e7cdcce6e5b06c34a7ef326f5eae0
This commit is contained in:
Tyler Veness
2015-11-23 00:35:34 -08:00
parent 75d1891a57
commit 5cee85f921
5 changed files with 11 additions and 11 deletions

View File

@@ -218,11 +218,11 @@ public final class TestBench {
* (non-Javadoc)
*$
* @see
* edu.wpi.first.wpilibj.fixtures.CANMotorEncoderFixture#givePoweCycleRelay
* edu.wpi.first.wpilibj.fixtures.CANMotorEncoderFixture#givePowerCycleRelay
* ()
*/
@Override
protected Relay givePoweCycleRelay() {
protected Relay givePowerCycleRelay() {
return new Relay(kCANRelayPowerCycler);
}