From c86f5678b2cf4ac42ffe385fbe2e7fdb2847754b Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 21 Nov 2019 12:19:15 -0800 Subject: [PATCH] wsc: fix use of non-ascii apostrophe --- src/wsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wsc.c b/src/wsc.c index ca176a90..4e0e8e19 100644 --- a/src/wsc.c +++ b/src/wsc.c @@ -831,7 +831,7 @@ static bool pin_scan_results(int err, struct l_queue *bss_list, void *userdata) * channels and then order PIN attempts with prospective APs * as follows: * 1. WSC 2.0 AP with the Selected Registrar attribute TRUE - * and the Enrolleeā€™s MAC address in the AuthorizedMACs + * and the Enrollee's MAC address in the AuthorizedMACs * sub-element in Beacons and Probe Responses. * 2. WSC 2.0 APs with the Selected Registrar attribute TRUE * and the wildcard MAC address in the AuthorizedMACs