1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +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

@ -36,7 +36,7 @@ This program must be run as root.
## Files
* `/etc/passwd` - new user information (such as UID and GID) is appended to this file.
* `/home/` - user home directroy is created here if the `-m` flag is specified.
* `/home/` - user home directory is created here if the `-m` flag is specified.
## Examples

View file

@ -28,7 +28,7 @@ This program must be run as root.
## Files
* `/etc/passwd` - user information (such as UID and GID) in this file is deleted.
* `/home/` - user home directroy is deleted if the `-r` flag is specified.
* `/home/` - user home directory is deleted if the `-r` flag is specified.
## Examples