diff --git a/usr.sbin/chown/chown.c b/usr.sbin/chown/chown.c index 6812c45ba319..fcc10e9c7e16 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); }