From a379ac74d27a094cd89b0fc0f5196c46052f5a9f Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 16 Sep 2014 11:25:17 -0400 Subject: Fix spelling: cant-->can't, wont-->won't, etc Change-Id: Ia6c3e7a25615bf8e052c3bacf096d76df775c9c2 Reviewed-on: https://code.wireshark.org/review/4126 Reviewed-by: Bill Meier --- caputils/ws80211_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'caputils') diff --git a/caputils/ws80211_utils.c b/caputils/ws80211_utils.c index 21f8a8a673..a0e3973e63 100644 --- a/caputils/ws80211_utils.c +++ b/caputils/ws80211_utils.c @@ -411,7 +411,7 @@ static int __ws80211_get_iface_info(const char *name, struct __iface_info *iface if (nl80211_do_cmd(msg, cb)) return -1; - /* Old kernels cant get the current freq via netlink. Try WEXT too :( */ + /* Old kernels can't get the current freq via netlink. Try WEXT too :( */ if (iface_info->pub->current_freq == -1) iface_info->pub->current_freq = get_freq_wext(name); return 0; -- cgit v1.2.3