diff --git a/Userland/Applications/DisplaySettings/DisplaySettings.cpp b/Userland/Applications/DisplaySettings/DisplaySettings.cpp index 548ee2f264..7c3bdeed5b 100644 --- a/Userland/Applications/DisplaySettings/DisplaySettings.cpp +++ b/Userland/Applications/DisplaySettings/DisplaySettings.cpp @@ -228,7 +228,7 @@ void DisplaySettingsWidget::load_current_settings() m_resolution_combo->set_selected_index(index); /// Color ///////////////////////////////////////////////////////////////////////////////////// - /// If presend read from config file. If not paint with palet color. + /// If presend read from config file. If not paint with palette color. Color palette_desktop_color = palette().desktop_background(); auto background_color = ws_config->read_entry("Background", "Color", "");