summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/cron/do_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cron/cron/do_command.c')
-rw-r--r--usr.sbin/cron/cron/do_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/cron/do_command.c b/usr.sbin/cron/cron/do_command.c
index 1e6fe05..fd6028a 100644
--- a/usr.sbin/cron/cron/do_command.c
+++ b/usr.sbin/cron/cron/do_command.c
@@ -243,7 +243,7 @@ child_process(e, u)
(void) endpwent();
# endif
/* set our directory, uid and gid. Set gid first,
- * since once we set uid, we've lost root privledges.
+ * since once we set uid, we've lost root priviledges.
*/
if (setgid(e->gid) != 0) {
log_it(usernm, getpid(),
OpenPOWER on IntegriCloud