Skip to content

Commit 57c90c6

Browse files
spelling correct
1 parent 2add6d3 commit 57c90c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ethernet.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class EthernetClient : public Client
227227
// possible implemented return values of return are only 0 (error) or 1 (ok).
228228
if (!connect(ip, port))
229229
{
230-
// indiciate error
230+
// indicate error
231231
return 0;
232232
}
233233
setConnectionTimeout(timeout);

0 commit comments

Comments
 (0)