diff --git a/Userland/Libraries/LibCore/EventLoop.h b/Userland/Libraries/LibCore/EventLoop.h index 6e625b0d1d..64350b99d8 100644 --- a/Userland/Libraries/LibCore/EventLoop.h +++ b/Userland/Libraries/LibCore/EventLoop.h @@ -51,7 +51,7 @@ public: PollForEvents, }; - // processe events, generally called by exec() in a loop. + // process events, generally called by exec() in a loop. // this should really only be used for integrating with other event loops size_t pump(WaitMode = WaitMode::WaitForEvents);