diff --git a/QnetGateway.cpp b/QnetGateway.cpp index e973a2d..d8325ce 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -1090,7 +1090,7 @@ void CQnetGateway::ProcessG2(const ssize_t g2buflen, SDSVT &g2buf, const int sou } } else { if (LOG_DEBUG) - printf("missing %d packes from voice stream on module %c, resetting\n", diff, 'A'+i); + printf("missing %d packets from voice stream on module %c, resetting\n", diff, 'A'+i); nextctrl[i] = g2buf.ctrl; } }