Everywhere: Fix more typos

This commit is contained in:
Linus Groh 2020-10-02 22:14:37 +01:00 committed by Andreas Kling
commit bcfc6f0c57
Notes: sideshowbarker 2024-07-19 02:05:28 +09:00
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