]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: remove: Fix a typo in a comment
authorJouni Malinen <j@w1.fi>
Sun, 23 Feb 2020 13:19:59 +0000 (15:19 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 23 Feb 2020 15:50:44 +0000 (17:50 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/remote/run-tests.py

index 8c5d02b445e501704077124f825ba6ea30ba74a3..e1ff98977a428eac979d5bcc321b3c9efcf81d81 100755 (executable)
@@ -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)