The patch is attached. There's only one modified line in it: correcting the typo of timstamp --> timestamp. On Mon, Oct 21, 2019 at 1:07 PM Luca Coelho <luca@xxxxxxxxx> wrote: > > On Mon, 2019-10-21 at 02:34 -0700, Ryan Adolf wrote: > > Hello, > > > > First of all I'm not sure what the policy of this community is on > > typos. It's my first time contributing to iw :) If you consider this > > too minor to fix, I understand. The package has a lot of amazing stuff > > to it. > > Just submit a patch! Then the maintainers will decide whether it's > worth it or not. I, particularly, don't see why it wouldn't be taken. > > -- > Cheers, > Luca. >
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.");