mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibGUI: Fix typo in ConnectionToWindowManagerServer
This commit is contained in:
parent
524f4be5af
commit
6c202ee4a9
Notes:
sideshowbarker
2024-07-17 10:32:53 +09:00
Author: https://github.com/iCristalrope
Commit: 6c202ee4a9
Pull-request: https://github.com/SerenityOS/serenity/pull/14164
12 changed files with 41 additions and 41 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "KeymapStatusWindow.h"
|
||||
#include <LibCore/System.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/ConnectionToWindowMangerServer.h>
|
||||
#include <LibGUI/ConnectionToWindowManagerServer.h>
|
||||
#include <LibMain/Main.h>
|
||||
#include <WindowServer/Window.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue