summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man8/useradd.md
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2020-10-02 22:14:37 +0100
committerAndreas Kling <kling@serenityos.org>2020-10-03 12:36:49 +0200
commitbcfc6f0c57f9d4ce4343cbb6ee0f0ab8de56c789 (patch)
treed3e16e6361f4693ae5362c10da05bc6a4ad30190 /Base/usr/share/man/man8/useradd.md
parent4e86c34ef0d1d227309f8e8d22be5ea737830c24 (diff)
downloadserenity-bcfc6f0c57f9d4ce4343cbb6ee0f0ab8de56c789.zip
Everywhere: Fix more typos
Diffstat (limited to 'Base/usr/share/man/man8/useradd.md')
-rw-r--r--Base/usr/share/man/man8/useradd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man8/useradd.md b/Base/usr/share/man/man8/useradd.md
index 82c4423cb1..8699e8f934 100644
--- a/Base/usr/share/man/man8/useradd.md
+++ b/Base/usr/share/man/man8/useradd.md
@@ -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