]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
P2P: Fix a typo in a debug message
authorJouni Malinen <j@w1.fi>
Sun, 17 Feb 2019 14:24:34 +0000 (16:24 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 17 Feb 2019 14:24:34 +0000 (16:24 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/p2p/p2p.c

index b21b144b4e366d33af8527db11ca523b941c3501..4bbd1bcca097a7b4845d24af0a2725fd68ffbdae 100644 (file)
@@ -2461,7 +2461,7 @@ p2p_reply_probe(struct p2p_data *p2p, const u8 *addr, const u8 *dst,
        if (msg.wps_attributes &&
            !p2p_match_dev_type(p2p, msg.wps_attributes)) {
                /* No match with Requested Device Type */
-               p2p_dbg(p2p, "Probe Req requestred Device Type did not match - ignore it");
+               p2p_dbg(p2p, "Probe Req requested Device Type did not match - ignore it");
                p2p_parse_free(&msg);
                return P2P_PREQ_NOT_PROCESSED;
        }