From 8bbdfe45387246b20e2de0b815d2c0bc2368dd69 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Thu, 30 Dec 2021 15:01:19 -0800 Subject: [PATCH] Fix typo --- src/plugins/esp32/StoreForwardPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/esp32/StoreForwardPlugin.cpp b/src/plugins/esp32/StoreForwardPlugin.cpp index 4b8152a08..f8194563e 100644 --- a/src/plugins/esp32/StoreForwardPlugin.cpp +++ b/src/plugins/esp32/StoreForwardPlugin.cpp @@ -45,7 +45,7 @@ int32_t StoreForwardPlugin::runOnce() } } else { - DEBUG_MSG("Channel utilization is too high. Skipping this oppurtunity to send and will retry later.\n"); + DEBUG_MSG("Channel utilization is too high. Skipping this opportunity to send and will retry later.\n"); } } DEBUG_MSG("SF myNodeInfo.bitrate = %f bytes / sec\n", myNodeInfo.bitrate);