Skip to content

Commit 1c2e46f

Browse files
committed
typo
1 parent c17cb1a commit 1c2e46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helpers.esp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
String printIP(IPAddress adress)
1+
String printIP(IPAddress address)
22
{
3-
return adress.toString();
3+
return address.toString();
44
}
55

66
void parseBytes(const char *str, char sep, byte *bytes, int maxBytes, int base)

0 commit comments

Comments
 (0)