Skip to content

Commit

Permalink
Merge pull request #60 from smeppen/master
Browse files Browse the repository at this point in the history
Fixed spelling and grammar
  • Loading branch information
aentinger authored Dec 2, 2020
2 parents 4cf7ad6 + b9c055a commit d87f31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d87f31a

Please sign in to comment.