DisplaySettings: Fix a comment typo

This commit is contained in:
Nico Weber 2020-10-26 10:17:52 -04:00 committed by Andreas Kling
parent 699ba84bea
commit 9abcc2fb6c

View file

@ -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", "");