From 9abcc2fb6c12b630fb413be7e200b986bfdb2c32 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 26 Oct 2020 10:17:52 -0400 Subject: [PATCH] DisplaySettings: Fix a comment typo --- Userland/Applications/DisplaySettings/DisplaySettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "");