Fixed grammar errors

The right word past participle of send is "sent", not "sended"
This commit is contained in:
Kirich 2022-03-23 11:09:34 +02:00 committed by GitHub
parent 2529a7e119
commit 3201e86c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1085,9 +1085,9 @@ class ToolsConsole:
t = [(last - now) for now, last in zip(od, ld)]
logger.info(
("Bytes Sended %s\n"
("Bytes Sent %s\n"
"Bytes Recived %s\n"
"Packets Sended %s\n"
"Packets Sent %s\n"
"Packets Recived %s\n"
"ErrIn %s\n"
"ErrOut %s\n"