From 86c2e46fcd3242b07f5379ac2051846213df6150 Mon Sep 17 00:00:00 2001 From: Christoph Kottke Date: Tue, 25 May 2021 11:41:15 +0200 Subject: [PATCH] fix typo --- src/TaskRouter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TaskRouter.cpp b/src/TaskRouter.cpp index 4e7eee5..91eba46 100644 --- a/src/TaskRouter.cpp +++ b/src/TaskRouter.cpp @@ -60,7 +60,7 @@ bool RouterTask::loop(System &system) { logPrintlnD("APRS-IS: disabled"); if (modemMsg->getSource() == system.getUserConfig()->callsign) - logPrintlnD("APRS-IS: no forward => own paket erceived"); + logPrintlnD("APRS-IS: no forward => own packet received"); } if (system.getUserConfig()->digi.active && modemMsg->getSource() != system.getUserConfig()->callsign) {