Fix typo in dropped-packets attribute (missing s).

Pointed-out by: allanjude (excellent catch!)
This commit is contained in:
Marcel Moolenaar 2015-03-04 02:56:32 +00:00
parent 4e56f96440
commit 315ca438f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279576

View File

@ -422,7 +422,7 @@ intpr(int interval, void (*pfunc)(char *), int af)
show_stat("lu", 8, "received-packets", IFA_STAT(ipackets),
link|network);
show_stat("lu", 5, "received-errors", IFA_STAT(ierrors), link);
show_stat("lu", 5, "dropped-packet", IFA_STAT(iqdrops), link);
show_stat("lu", 5, "dropped-packets", IFA_STAT(iqdrops), link);
if (bflag)
show_stat("lu", 10, "received-bytes", IFA_STAT(ibytes),
link|network);