0
0
mirror of https://github.com/ecki/net-tools.git synced 2025-04-03 21:25:19 +00:00

statistics: fix packets typo

Commit 614e15d6 introduced a typo of "packets" to "packetes". Correct
spelling where required.

Signed-off-by: Jamie Bainbridge <jamie.bainbridge@gmail.com>
This commit is contained in:
Jamie Bainbridge
2019-05-17 11:38:50 +10:00
committed by Mike Frysinger
parent cb72145822
commit bc3d7dc9bd
4 changed files with 4 additions and 4 deletions

@ -1969,7 +1969,7 @@ msgstr "Počet odmítnutých aktivních spojení kvůli časovému razítku: %u"
#: ../statistics.c:237
#, c-format
msgid "%u packetes rejected in established connections because of timestamp"
msgid "%u packets rejected in established connections because of timestamp"
msgstr ""
"Počet odmítnutých packetů uvnitř navázaného spojení kvůli časovému razítku: %"
"u"

@ -1626,7 +1626,7 @@ msgstr "%u aktiivsest
#: ../statistics.c:167
#, c-format
msgid "%u packetes rejected in established connections because of timestamp"
msgid "%u packets rejected in established connections because of timestamp"
msgstr "%u paketist keelduti loodud <20>hendustes ajatempli t<>ttu"
#: ../statistics.c:169

@ -1746,7 +1746,7 @@ msgstr ""
#: ../statistics.c:167
#, c-format
msgid "%u packetes rejected in established connections because of timestamp"
msgid "%u packets rejected in established connections because of timestamp"
msgstr ""
#: ../statistics.c:169

@ -215,7 +215,7 @@ static const struct entry Tcpexttab[] =
{"OfoPruned", N_("%llu packets dropped from out-of-order queue because of socket buffer overrun"), opt_number},
{"OutOfWindowIcmps", N_("%llu ICMP packets dropped because they were out-of-window"), opt_number},
{"PAWSActive", N_("%llu active connections rejected because of time stamp"), opt_number},
{"PAWSEstab", N_("%llu packetes rejected in established connections because of timestamp"), opt_number},
{"PAWSEstab", N_("%llu packets rejected in established connections because of timestamp"), opt_number},
{"PAWSPassive", N_("%llu passive connections rejected because of time stamp"), opt_number},
{"PruneCalled", N_("%llu packets pruned from receive queue because of socket buffer overrun"), opt_number},
{"RcvPruned", N_("%llu packets pruned from receive queue"), opt_number},