From 79d92f030602ec20367c9978239238230cd21194 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 21 Dec 2021 23:25:18 -0500 Subject: [PATCH] Fix typo --- src/panel/wifi_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/wifi_config.hpp b/src/panel/wifi_config.hpp index c6ffd3a..c028208 100644 --- a/src/panel/wifi_config.hpp +++ b/src/panel/wifi_config.hpp @@ -9,7 +9,7 @@ namespace dashboard::panel { //This will be displayed at the top left on the status bar. Set to a blank //string to not show anything - constexpr char WIFI_TITLE[] = "Wirless"; + constexpr char WIFI_TITLE[] = "Wireless"; //Default time the slid is shown on the screen, in ms //Default 15s