Skip to content

Commit 75cd58f

Browse files
authored
fix minor typo (#9111)
1 parent d7c50f7 commit 75cd58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/ESP8266WiFi/src/enable_wifi_at_boot_time.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extern "C" void __disableWiFiAtBootTime()
2121
// Does (almost) nothing: WiFi is enabled by default in nonos-sdk
2222

2323
// ... but restores legacy WiFi credentials persistence to true at boot time
24-
// (can be still overrisden by user before setting up WiFi, like before)
24+
// (can be still overridden by user before setting up WiFi, like before)
2525

2626
// (note: c++ ctors not called yet at this point)
2727
ESP8266WiFiClass::persistent(true);

0 commit comments

Comments
 (0)