Skip to content

Commit 32e24de

Browse files
committed
fix: typo
1 parent d7520e6 commit 32e24de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buttons.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ async fn submit_reset_wifi(
326326

327327
{
328328
let mut state = state.state.lock().await;
329-
state.custom_message = Some(("Resseting WIFI".to_string(), "Restart in 5s...".to_string()));
329+
state.custom_message = Some(("Resetting WIFI".to_string(), "Restart in 5s...".to_string()));
330330
}
331331

332332
Timer::after_millis(5000).await;

0 commit comments

Comments
 (0)