mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
parent
f377951178
commit
173dcfb7cb
17 changed files with 23 additions and 23 deletions
|
@ -349,7 +349,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
if (auto result = Core::System::unveil("/usr/local/lib", "r"); result.is_error() && result.error().code() != ENOENT)
|
||||
return result.release_error();
|
||||
|
||||
// This file is only accesible when running as root
|
||||
// This file is only accessible when running as root
|
||||
if (auto result = Core::System::unveil("/boot/Kernel.debug", "r"); result.is_error() && result.error().code() != EACCES)
|
||||
return result.release_error();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue