From 68b36312f229569ce26eaa5c3ecb38a0d6b2d9a2 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 11 May 2020 14:28:40 -0700 Subject: [PATCH] typo --- QnetGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }