From: Jouni Malinen Date: Tue, 29 Oct 2024 22:08:21 +0000 (+0200) Subject: P2P2: Fix a typo in function documentation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5bf4a344effc5a35f83372195b3aa26ce29a94;p=thirdparty%2Fhostap.git P2P2: Fix a typo in function documentation Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c index ffd102248..1f9887d7d 100644 --- a/wpa_supplicant/p2p_supplicant.c +++ b/wpa_supplicant/p2p_supplicant.c @@ -6455,7 +6455,7 @@ static int wpas_p2p_check_6ghz(struct wpa_supplicant *wpa_s, * @allow_6ghz: Allow P2P connection on 6 GHz channels * @p2p2: Whether device is in P2P R2 mode * @bootstrap: Requested bootstrap method for pairing in P2P2 - * @password: Password for pairing setup or NULL for oppurtunistic method + * @password: Password for pairing setup or NULL for opportunistic method * in P2P2 * Returns: 0 or new PIN (if pin was %NULL) on success, -1 on unspecified * failure, -2 on failure due to channel not currently available,