From 3870992bac59004933f2f6097ac6ac694c1d42ac Mon Sep 17 00:00:00 2001 From: Daan Smienk Date: Thu, 27 Mar 2025 16:46:02 +0100 Subject: [PATCH] Fix spelling mistake (#24623) --- src/modules/control_allocator/module.yaml | 2 +- src/modules/spacecraft/module.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/control_allocator/module.yaml b/src/modules/control_allocator/module.yaml index c43d66a51c..82d3fb2e12 100644 --- a/src/modules/control_allocator/module.yaml +++ b/src/modules/control_allocator/module.yaml @@ -40,7 +40,7 @@ parameters: short: Control allocation method long: | Selects the algorithm and desaturation method. - If set to Automtic, the selection is based on the airframe (CA_AIRFRAME). + If set to Automatic, the selection is based on the airframe (CA_AIRFRAME). type: enum values: 0: Pseudo-inverse with output clipping diff --git a/src/modules/spacecraft/module.yaml b/src/modules/spacecraft/module.yaml index 9dc0d1620b..5b2b5a264d 100644 --- a/src/modules/spacecraft/module.yaml +++ b/src/modules/spacecraft/module.yaml @@ -41,7 +41,7 @@ parameters: short: Control allocation method long: | Selects the algorithm and desaturation method. - If set to Automtic, the selection is based on the airframe (CA_AIRFRAME). + If set to Automatic, the selection is based on the airframe (CA_AIRFRAME). type: enum values: 0: Pseudo-inverse with output clipping