From: Jouni Malinen Date: Sun, 25 Sep 2016 13:56:18 +0000 (+0300) Subject: tests: Fix a typo in a debug message (mbo_assoc_disallow) X-Git-Tag: hostap_2_6~21 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=f75a0c0c0cd06a989c73486f655d4b4c3f266057 tests: Fix a typo in a debug message (mbo_assoc_disallow) Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_mbo.py b/tests/hwsim/test_mbo.py index 75bac40..84f4e3f 100644 --- a/tests/hwsim/test_mbo.py +++ b/tests/hwsim/test_mbo.py @@ -153,7 +153,7 @@ def test_mbo_assoc_disallow(dev, apdev, params): "wlan.fc.type_subtype == 0x00", display=['frame.time'], wait=False) - logger.debug("Allow associations to AP1 and disallow assications to AP2") + logger.debug("Allow associations to AP1 and disallow associations to AP2") if "OK" not in hapd1.request("SET mbo_assoc_disallow 0"): raise Exception("Failed to set mbo_assoc_disallow for AP1") if "OK" not in hapd2.request("SET mbo_assoc_disallow 1"):