summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Meyerhoff <grant.meyerhoff@ni.com>2023-08-01 15:24:42 -0500
committerAki Tomita <121511582+atomita-ni@users.noreply.github.com>2023-08-02 09:48:30 -0500
commitfee5ada222558e944711572adadf8ff3cc11635f (patch)
tree4061c2e16beba5c574f2e17a7f887cee9e229c5b
parentfpga: x400: Fix SPI trigger clock crossing (diff)
downloaduhd-fee5ada222558e944711572adadf8ff3cc11635f.tar.xz
uhd-fee5ada222558e944711572adadf8ff3cc11635f.zip
devtest: fix typo in error message
-rw-r--r--host/tests/devtest/rx_multi_spc_timed_commands_test.py2
-rw-r--r--host/tests/devtest/tx_multi_spc_timed_commands_test.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/host/tests/devtest/rx_multi_spc_timed_commands_test.py b/host/tests/devtest/rx_multi_spc_timed_commands_test.py
index 42f3dd2f6..c605d86e6 100644
--- a/host/tests/devtest/rx_multi_spc_timed_commands_test.py
+++ b/host/tests/devtest/rx_multi_spc_timed_commands_test.py
@@ -77,7 +77,7 @@ class rx_multi_spc_timed_commands_test(UHDPythonTestCase):
if not run_results['passed']:
self.log.error(
f"Test Failed.\n"
- f"Timekeeper offset: {timkeeper_offset}, "
+ f"Timekeeper offset: {timekeeper_offset}, "
f"Sample offset: {sample_offset}, "
f"Sample rate: {rate}"
)
diff --git a/host/tests/devtest/tx_multi_spc_timed_commands_test.py b/host/tests/devtest/tx_multi_spc_timed_commands_test.py
index e9b6a5b2a..1b0d960ac 100644
--- a/host/tests/devtest/tx_multi_spc_timed_commands_test.py
+++ b/host/tests/devtest/tx_multi_spc_timed_commands_test.py
@@ -89,7 +89,7 @@ class tx_multi_spc_timed_commands_test(UHDPythonTestCase):
if not run_results['passed']:
self.log.error(
f"Test failed.\n"
- f"Timekeeper offset: {timkeeper_offset}, "
+ f"Timekeeper offset: {timekeeper_offset}, "
f"Sample offset: {sample_offset}, "
f"Sample rate: {rate}"
)