Fix various typos (#6980)

Found with misspell
This commit is contained in:
sciencewhiz
2024-08-19 16:26:36 -07:00
committed by GitHub
parent 8e52da330e
commit f0c3610465
5 changed files with 7 additions and 7 deletions

View File

@@ -183,7 +183,7 @@ class PneumaticHub : public PneumaticsBase {
uint32_t CompressorOverCurrent : 1;
/** The compressor output has an open circuit. */
uint32_t CompressorOpen : 1;
/** An overcurrent event occurred on a solenoid ouput. */
/** An overcurrent event occurred on a solenoid output. */
uint32_t SolenoidOverCurrent : 1;
/** The input voltage is below the minimum voltage. */
uint32_t Brownout : 1;
@@ -218,7 +218,7 @@ class PneumaticHub : public PneumaticsBase {
uint32_t CompressorOverCurrent : 1;
/** The compressor output has an open circuit. */
uint32_t CompressorOpen : 1;
/** An overcurrent event occurred on a solenoid ouput. */
/** An overcurrent event occurred on a solenoid output. */
uint32_t SolenoidOverCurrent : 1;
/** The input voltage is below the minimum voltage. */
uint32_t Brownout : 1;