]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix a typo in an error message
authorJouni Malinen <j@w1.fi>
Sun, 7 Dec 2014 15:24:38 +0000 (17:24 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 8 Dec 2014 09:07:56 +0000 (11:07 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_nfc_wps.py

index e902869ea1727e7ab0495da80833a3d514e9850f..454a7ec53cb189976b78182c357ad0d5bbce02f2 100644 (file)
@@ -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: