From b9c055a4fa6eb2f21502f6d07e7578c420b6801b Mon Sep 17 00:00:00 2001 From: smeppen <35624213+smeppen@users.noreply.github.com> Date: Wed, 18 Nov 2020 15:23:30 +0100 Subject: [PATCH] Fixed spelling and grammar --- src/Modem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modem.cpp b/src/Modem.cpp index a0b38ee..ff2a8d3 100644 --- a/src/Modem.cpp +++ b/src/Modem.cpp @@ -178,7 +178,7 @@ size_t ModemClass::write(const uint8_t* buf, size_t size) { size_t result = _uart->write(buf, size); - // the R410m echos the binary data, when we don't what it to so + // the R410m echoes the binary data - we don't want it to do so size_t ignoreCount = 0; while (ignoreCount < result) {