From: Jouni Malinen Date: Sun, 23 Feb 2020 13:19:59 +0000 (+0200) Subject: tests: remove: Fix a typo in a comment X-Git-Tag: hostap_2_10~1760 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=387d96f7c5604f6a52ff2791e199ca55dffdeff5;p=thirdparty%2Fhostap.git tests: remove: Fix a typo in a comment Signed-off-by: Jouni Malinen --- 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)