Skip to content

Commit 6d9ce35

Browse files
Update Ethernet.h
1 parent 8eea300 commit 6d9ce35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ethernet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class EthernetClient : public Client {
225225
{
226226
//possible implemented return values of return are only 0 (error) or 1 (ok).
227227
if(!connect(ip, port)) {
228-
//indiciate error
228+
//indicate error
229229
return 0;
230230
}
231231
setConnectionTimeout(timeout);

0 commit comments

Comments
 (0)