1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:17:35 +00:00

Everywhere: "file name" => "filename"

This commit is contained in:
Andreas Kling 2021-04-29 21:46:15 +02:00
parent def1f1444a
commit 7ae7170d61
59 changed files with 181 additions and 181 deletions

View file

@ -35,7 +35,7 @@ int main(int argc, char** argv)
return 1;
}
if (unveil(config->file_name().characters(), "rwc") < 0) {
if (unveil(config->filename().characters(), "rwc") < 0) {
perror("unveil");
return 1;
}