Fix typos

This commit is contained in:
Dimitris Apostolou 2023-03-24 22:15:47 +02:00 committed by R4SAS
parent 5fee6df87a
commit d91d734b5c
3 changed files with 6 additions and 6 deletions

View file

@ -920,7 +920,7 @@ namespace transport
// TODO: queue up
return true;
}
// packet num must be aways zero
// packet num must be always zero
if (header.h.packetNum)
{
LogPrint (eLogError, "SSU2: Non zero packet number in SessionConfirmed");