typo
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-02-03 14:31:22 +01:00
parent 3a092fd920
commit f9ae4860d9
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -153,7 +153,7 @@ void AcsController::performSafe() {
}
if (detumbleCounter > acsParameters.detumbleParameter.detumblecounter) {
detumbleCounter = 0;
// Triggers detubmle mode transition in subsystem
// Triggers detumble mode transition in subsystem
triggerEvent(acs::SAFE_RATE_VIOLATION);
}