mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00
LibGUI: Fix typo in ConnectionToWindowManagerServer
This commit is contained in:
parent
524f4be5af
commit
6c202ee4a9
12 changed files with 41 additions and 41 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "DesktopStatusWindow.h"
|
||||
#include <LibCore/System.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/ConnectionToWindowMangerServer.h>
|
||||
#include <LibGUI/ConnectionToWindowManagerServer.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibMain/Main.h>
|
||||
#include <WindowServer/Window.h>
|
||||
|
@ -19,7 +19,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
auto app = TRY(GUI::Application::try_create(arguments));
|
||||
|
||||
// We need to obtain the WM connection here as well before the pledge shortening.
|
||||
GUI::ConnectionToWindowMangerServer::the();
|
||||
GUI::ConnectionToWindowManagerServer::the();
|
||||
|
||||
TRY(Core::System::pledge("stdio recvfd sendfd rpath"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue