]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix a typo in an error message
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 18 Dec 2023 18:36:19 +0000 (20:36 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 18 Dec 2023 18:36:19 +0000 (20:36 +0200)
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/test_dpp.py

index 62c018190a278ffa78432f9530c32a58819b6f0d..7d35817591ef66294bcc7656e26e36dfd92518e0 100644 (file)
@@ -3906,7 +3906,7 @@ def test_dpp_proto_auth_req_invalid_i_bootstrap_key(dev, apdev):
         raise Exception("DPP scan request not seen")
     ev = dev[1].wait_event(["DPP-RESPONSE-PENDING"], timeout=5)
     if ev is None:
-        raise Exception("DPP response pending indivation not seen")
+        raise Exception("DPP response pending indication not seen")
 
 def test_dpp_proto_auth_req_no_i_proto_key(dev, apdev):
     """DPP protocol testing - no I-proto key in Auth Req"""