Fix Typos (NFC) (#5137)

This commit is contained in:
sciencewhiz
2023-02-26 15:06:37 -08:00
committed by GitHub
parent ce3686b80d
commit 4af84a1c12
71 changed files with 95 additions and 95 deletions

View File

@@ -13,8 +13,8 @@ public class SampleFixture implements ITestFixture {
public void setup() {
/*
* If this fixture actually accessed the hardware, here is where it would
* set up the starting state of the test bench. For example, reseting
* encoders, ensuring motors are stopped, reseting any serial communication
* set up the starting state of the test bench. For example, resetting
* encoders, ensuring motors are stopped, resetting any serial communication
* if necessary, etc.
*/
}