From: Ryan Adolf Date: Tue, 22 Oct 2019 08:07:09 +0000 (-0700) Subject: iw: Fix typo in iw --help X-Git-Tag: v5.4~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68dd562b87b9ead2c9804fd36a6e00509908ba80;p=thirdparty%2Fiw.git iw: Fix typo in iw --help Signed-off-by: Ryan Adolf Link: https://lore.kernel.org/r/79e3b9aba5159d1e7fbf908af6621e9d0fdb57fd.camel@gmail.com Signed-off-by: Johannes Berg --- diff --git a/event.c b/event.c index 100f644..4a932d1 100644 --- a/event.c +++ b/event.c @@ -1172,5 +1172,5 @@ static int print_events(struct nl80211_state *state, TOPLEVEL(event, "[-t|-r] [-f]", 0, 0, CIB_NONE, print_events, "Monitor events from the kernel.\n" "-t - print timestamp\n" - "-r - print relative timstamp\n" + "-r - print relative timestamp\n" "-f - print full frame for auth/assoc etc.");