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

@@ -72,7 +72,7 @@ public class FakeCounterSource implements AutoCloseable {
}
}
/** Common initailization code. */
/** Common initialization code. */
private void initEncoder() {
m_milliSec = 1;
m_task = new EncoderThread(this);
@@ -95,7 +95,7 @@ public class FakeCounterSource implements AutoCloseable {
Timer.delay(0.01);
}
/** Starts and completes a task set - does not return until thred has finished its operations. */
/** Starts and completes a task set - does not return until thread has finished its operations. */
public void execute() {
start();
complete();

View File

@@ -75,7 +75,7 @@ public class FakePotentiometerSource implements AutoCloseable {
return voltage * (m_potMaxAngle / m_potMaxVoltage);
}
/** Frees the resouce. */
/** Frees the resource. */
@Override
public void close() {
if (m_initOutput) {