From: Jouni Malinen Date: Sun, 7 Dec 2014 15:24:38 +0000 (+0200) Subject: tests: Fix a typo in an error message X-Git-Tag: hostap_2_4~898 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e946c8e682dd94deeb7924612b981547eebfab12;p=thirdparty%2Fhostap.git tests: Fix a typo in an error message Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_nfc_wps.py b/tests/hwsim/test_nfc_wps.py index e902869ea..454a7ec53 100644 --- a/tests/hwsim/test_nfc_wps.py +++ b/tests/hwsim/test_nfc_wps.py @@ -439,7 +439,7 @@ def test_nfc_wps_er_config_token(dev, apdev): logger.info("WPS provisioning step using configuration token from ER") conf = dev[0].request("WPS_ER_NFC_CONFIG_TOKEN NDEF " + apdev[0]['bssid']).rstrip() if "FAIL" in conf: - raise Exception("Failed to generate configugration token") + raise Exception("Failed to generate configuration token") dev[1].request("SET ignore_old_scan_res 1") res = dev[1].request("WPS_NFC_TAG_READ " + conf) if "FAIL" in res: