aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tx_power/tx_power_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tx_power/tx_power_test.c')
-rw-r--r--tests/tx_power/tx_power_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tx_power/tx_power_test.c b/tests/tx_power/tx_power_test.c
index ad3f68ce..34fbeb76 100644
--- a/tests/tx_power/tx_power_test.c
+++ b/tests/tx_power/tx_power_test.c
@@ -238,7 +238,7 @@ int main(int argc, char **argv)
/* test error case / excess power (40 dBm is too much) */
test_power_ramp(trx, 40);
- /* test actaul ramping to full 33 dBm */
+ /* test actual ramping to full 33 dBm */
test_power_ramp(trx, 33);
while (1) {