Skip to content

Commit d87f31a

Browse files
authored
Merge pull request #60 from smeppen/master
Fixed spelling and grammar
2 parents 4cf7ad6 + b9c055a commit d87f31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ size_t ModemClass::write(const uint8_t* buf, size_t size)
178178
{
179179
size_t result = _uart->write(buf, size);
180180

181-
// the R410m echos the binary data, when we don't what it to so
181+
// the R410m echoes the binary data - we don't want it to do so
182182
size_t ignoreCount = 0;
183183

184184
while (ignoreCount < result) {

0 commit comments

Comments
 (0)