Просмотр исходного кода

LibCore: Fix typo in `EventLoop` comment

Jelle Raaijmakers 3 лет назад
Родитель
Сommit
0bf56e6b40
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Userland/Libraries/LibCore/EventLoop.h

+ 1 - 1
Userland/Libraries/LibCore/EventLoop.h

@@ -51,7 +51,7 @@ public:
         PollForEvents,
         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
     // this should really only be used for integrating with other event loops
     size_t pump(WaitMode = WaitMode::WaitForEvents);
     size_t pump(WaitMode = WaitMode::WaitForEvents);