aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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
parentb58fb35754591846dc20420da29e504166290eea (diff)
Fix common misspellings and typos
Diffstat (limited to 'tests')
-rw-r--r--tests/meas/meas_test.c2
-rw-r--r--tests/tx_power/tx_power_test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/meas/meas_test.c b/tests/meas/meas_test.c
index b2bf80e2..c8f06b64 100644
--- a/tests/meas/meas_test.c
+++ b/tests/meas/meas_test.c
@@ -306,7 +306,7 @@ static void test_is_meas_complete(void)
* received. The process must still go on when measurement indications (blocks)
* are lost or otherwise spaced out. Even the complete absence of the
* measurement indications from the SACCH which are used to detect the interval
- * end must not keep the interval from beeing processed. */
+ * end must not keep the interval from being processed. */
void test_lchan_meas_process_measurement(bool no_sacch, bool dropouts)
{
struct gsm_lchan *lchan = &trx->ts[2].lchan[0];
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) {