File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Ethernet/examples/WebServer
WiFi/examples/WifiWebServer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ void loop() {
63
63
// send a standard http response header
64
64
client.println (" HTTP/1.1 200 OK" );
65
65
client.println (" Content-Type: text/html" );
66
- client.println (" Connnection : close" );
66
+ client.println (" Connection : close" );
67
67
client.println ();
68
68
client.println (" <!DOCTYPE HTML>" );
69
69
client.println (" <html>" );
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ void loop() {
76
76
// send a standard http response header
77
77
client.println (" HTTP/1.1 200 OK" );
78
78
client.println (" Content-Type: text/html" );
79
- client.println (" Connnection : close" );
79
+ client.println (" Connection : close" );
80
80
client.println ();
81
81
client.println (" <!DOCTYPE HTML>" );
82
82
client.println (" <html>" );
You can’t perform that action at this time.
0 commit comments