From d5dd1a4e90b5066a4255ec5f797730bde335e439 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Fri, 29 Jun 2018 14:40:55 -0700 Subject: [PATCH] wsc: fixed comment typo --- src/wsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wsc.c b/src/wsc.c index 74ec0cbd..1791caa9 100644 --- a/src/wsc.c +++ b/src/wsc.c @@ -477,7 +477,7 @@ static void wsc_check_can_connect(struct wsc *wsc, struct scan_bss *target) l_debug("%p", wsc); /* - * For now we assign the targe pointer directly, since we should not + * For now we assign the target pointer directly, since we should not * be triggering any more scans while disconnecting / connecting */ wsc->target = target;