From 387d96f7c5604f6a52ff2791e199ca55dffdeff5 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 23 Feb 2020 15:19:59 +0200 Subject: [PATCH] tests: remove: Fix a typo in a comment Signed-off-by: Jouni Malinen --- tests/remote/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/remote/run-tests.py b/tests/remote/run-tests.py index 8c5d02b44..e1ff98977 100755 --- a/tests/remote/run-tests.py +++ b/tests/remote/run-tests.py @@ -290,7 +290,7 @@ def main(): for monitor in monitors: logger.warning("MON: " + str(monitor)) - # run check_devices at begining + # run check_devices at beginning logger.warning("RUN check_devices") try: check_devices(devices, setup_params, refs, duts, monitors) -- 2.39.2