1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:57:35 +00:00

WindowServer: Fix typo (backgound_color => background_color)

This commit is contained in:
Andreas Kling 2020-04-29 20:58:39 +02:00
parent 47f413c47f
commit a9f6f862e2
4 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ public:
bool set_resolution(int desired_width, int desired_height);
bool set_backgound_color(const String& background_color);
bool set_background_color(const String& background_color);
bool set_wallpaper_mode(const String& mode);