aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tx_power
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2019-10-13 19:09:39 +0200
committerlaforge <laforge@osmocom.org>2019-10-17 08:05:35 +0000
commitb378fccef11b41009f224ded1f42bdbf254eee6d (patch)
tree4e311110af84948fc3e93425b674c9fcac449d76 /tests/tx_power
parentb58fb35754591846dc20420da29e504166290eea (diff)
Fix common misspellings and typos
Diffstat (limited to 'tests/tx_power')
-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) {