From: Jouni Malinen Date: Sat, 28 May 2016 13:34:58 +0000 (+0300) Subject: tests/remote: Fix a typo in a comment X-Git-Tag: hostap_2_6~451 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f83f6a944e4022d82386870558f1bc0ca93d8b3;p=thirdparty%2Fhostap.git tests/remote: Fix a typo in a comment Signed-off-by: Jouni Malinen --- 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']