diff --git a/python/PhoenixSysId/subsystems/flywheel.py b/python/PhoenixSysId/subsystems/flywheel.py index 84d038bd..12631768 100644 --- a/python/PhoenixSysId/subsystems/flywheel.py +++ b/python/PhoenixSysId/subsystems/flywheel.py @@ -44,7 +44,7 @@ def __init__(self) -> None: # Optimize out the other signals, since they're not useful for SysId self.motor_to_test.optimize_bus_utilization() - # Star the signal logger + # Start the signal logger SignalLogger.start() def joystick_drive_command(self, output: Callable[[], float]) -> Command: