summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/chown/chown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/chown/chown.c b/usr.sbin/chown/chown.c
index 6812c45..fcc10e9 100644
--- a/usr.sbin/chown/chown.c
+++ b/usr.sbin/chown/chown.c
@@ -142,7 +142,7 @@ main(int argc, char **argv)
}
#ifdef SUPPORT_DOT
else if ((cp = strchr(*argv, '.')) != NULL) {
- warnx("seperation of user and group with a period is deprecated");
+ warnx("separation of user and group with a period is deprecated");
*cp++ = '\0';
a_gid(cp);
}
OpenPOWER on IntegriCloud