1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

fixed typo

This commit is contained in:
Markus Sattler
2015-11-25 12:53:28 +01:00
parent 75fb6e2002
commit 9089448d25
5 changed files with 17 additions and 16 deletions

View File

@ -89,7 +89,7 @@ void loop() {
}
} else {
USE_SERIAL.print("[HTTP] GET... faild, no connection or no HTTP server\n");
USE_SERIAL.print("[HTTP] GET... failed, no connection or no HTTP server\n");
}
}