aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-09-16 11:25:17 -0400
committerBill Meier <wmeier@newsguy.com>2014-09-16 15:31:58 +0000
commita379ac74d27a094cd89b0fc0f5196c46052f5a9f (patch)
tree662a038427bf7c82167703e4a3838a87dda0400b /caputils
parentb14bf98c06dbf1324c63dee633a025d251391601 (diff)
Fix spelling: cant-->can't, wont-->won't, etc
Change-Id: Ia6c3e7a25615bf8e052c3bacf096d76df775c9c2 Reviewed-on: https://code.wireshark.org/review/4126 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'caputils')
-rw-r--r--caputils/ws80211_utils.c2
1 files changed, 1 insertions, 1 deletions
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;