]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in a comment
authorJouni Malinen <jouni@codeaurora.org>
Thu, 23 Jan 2020 21:05:24 +0000 (23:05 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 23 Jan 2020 22:08:10 +0000 (00:08 +0200)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/rsn_supp/wpa.c

index 5f08d0e78e67cbc0d5de2d688c7d872d7c1f2675..ea97c948410dde2f4778873627fe9ef842496331 100644 (file)
@@ -2913,7 +2913,7 @@ void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx)
 
 
 /**
- * wpa_sm_set_config - Notification of current configration change
+ * wpa_sm_set_config - Notification of current configuration change
  * @sm: Pointer to WPA state machine data from wpa_sm_init()
  * @config: Pointer to current network configuration
  *