mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
Everywhere: Fix a few comment typos
This commit is contained in:
parent
bc807466f9
commit
6911c5545c
8 changed files with 9 additions and 9 deletions
|
@ -125,7 +125,7 @@ ErrorOr<void> Session::start()
|
|||
|
||||
TRY(Core::System::posix_spawn("/bin/Browser"sv, nullptr, nullptr, const_cast<char**>(argv), environ));
|
||||
|
||||
// FIXME: Allow this to be more asynchronous. For now, this at least allows us to propogate
|
||||
// FIXME: Allow this to be more asynchronous. For now, this at least allows us to propagate
|
||||
// errors received while accepting the Browser and WebContent sockets.
|
||||
TRY(promise->await());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue