From 9f83f6a944e4022d82386870558f1bc0ca93d8b3 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 28 May 2016 16:34:58 +0300 Subject: [PATCH] tests/remote: Fix a typo in a comment Signed-off-by: Jouni Malinen --- tests/remote/rutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/remote/rutils.py b/tests/remote/rutils.py index 7836be793..879fadc8b 100644 --- a/tests/remote/rutils.py +++ b/tests/remote/rutils.py @@ -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']