1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:07:34 +00:00

Everywhere: Fix more typos

This commit is contained in:
Linus Groh 2020-10-02 22:14:37 +01:00 committed by Andreas Kling
parent 4e86c34ef0
commit bcfc6f0c57
57 changed files with 108 additions and 108 deletions

View file

@ -47,8 +47,8 @@
class Mask {
private:
mode_t removal_mask; //the bits that will be removed
mode_t applying_mask; //the bits that will be setted
mode_t removal_mask; // the bits that will be removed
mode_t applying_mask; // the bits that will be set
public:
Mask()
@ -129,7 +129,7 @@ int main(int argc, char** argv)
}
}
/* set the mask for each files' permissions */
/* set the mask for each file's permissions */
struct stat current_access;
int i = 2;
while (i < argc) {