Everywhere: "file name" => "filename"

This commit is contained in:
Andreas Kling 2021-04-29 21:46:15 +02:00
commit 7ae7170d61
Notes: sideshowbarker 2024-07-18 18:53:39 +09:00
59 changed files with 181 additions and 181 deletions

View file

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