Skip to content

Commit 6a5b8be

Browse files
authored
Fixing spelling error within examples/PagerServer. (#179)
1 parent 64b394f commit 6a5b8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PagerServer/PagerServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void setup() {
3939
if (Ethernet.linkStatus() == LinkOFF) {
4040
Serial.println("Ethernet cable is not connected.");
4141
}
42-
// try to congifure using IP address instead of DHCP:
42+
// try to configure using IP address instead of DHCP:
4343
Ethernet.begin(mac, ip);
4444
} else {
4545
Serial.print(" DHCP assigned IP ");

0 commit comments

Comments
 (0)