diff options
author | Nico Weber <thakis@chromium.org> | 2020-10-26 10:17:52 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-15 19:13:46 +0100 |
commit | 9abcc2fb6c12b630fb413be7e200b986bfdb2c32 (patch) | |
tree | 4a91bd089b208a3c4921f66ee7e9888d0e54342a | |
parent | 699ba84bea7c79abab30547f6ac4e97e8cb363a3 (diff) | |
download | serenity-9abcc2fb6c12b630fb413be7e200b986bfdb2c32.zip |
DisplaySettings: Fix a comment typo
-rw-r--r-- | Userland/Applications/DisplaySettings/DisplaySettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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", ""); |