tests/remote: Fix a typo in a comment
authorJouni Malinen <j@w1.fi>
Sat, 28 May 2016 13:34:58 +0000 (16:34 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 28 May 2016 13:34:58 +0000 (16:34 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/remote/rutils.py

index 7836be7..879fadc 100644 (file)
@@ -26,7 +26,7 @@ def get_host(devices, dev_name):
     host.dev = dev
     return host
 
-# run setup_hw - hw specyfic
+# Run setup_hw - hardware specific
 def setup_hw_host_iface(host, iface, setup_params, force_restart=False):
     try:
         setup_hw = setup_params['setup_hw']