From 641c73f84f3abda6ca66ced0f6271b596cc82476 Mon Sep 17 00:00:00 2001 From: Maneesh Jain Date: Fri, 28 Oct 2016 12:58:46 +0530 Subject: [PATCH] driver.h: Fix a typo in a comment Signed-off-by: Maneesh Jain --- src/drivers/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/driver.h b/src/drivers/driver.h index b6f2f82c5..aeb96940c 100644 --- a/src/drivers/driver.h +++ b/src/drivers/driver.h @@ -4062,7 +4062,7 @@ enum wpa_event_type { * EVENT_DFS_CAC_ABORTED - Notify that channel availability check has been aborted * * The CAC was not successful, and the channel remains in the previous - * state. This may happen due to a radar beeing detected or other + * state. This may happen due to a radar being detected or other * external influences. */ EVENT_DFS_CAC_ABORTED,