Skip to content

Commit 0083d75

Browse files
committed
Fixed typo in Ethernet lib
Fix #3845
1 parent 361388e commit 0083d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Ethernet/src/Dns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void DNSClient::begin(const IPAddress& aDNSServer)
5555
}
5656

5757

58-
int DNSClient::inet_aton(const char* addr, IPAddress& result)
58+
int DNSClient::inet_aton(const char* address, IPAddress& result)
5959
{
6060
// TODO: add support for "a", "a.b", "a.b.c" formats
6161

0 commit comments

Comments
 (0)