aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crontab.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/crontab.c')
-rw-r--r--miscutils/crontab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crontab.c b/miscutils/crontab.c
index 52d08dda3..89e13775f 100644
--- a/miscutils/crontab.c
+++ b/miscutils/crontab.c
@@ -339,7 +339,7 @@ ChangeUser(const char *user, short dochdir)
339 struct passwd *pas; 339 struct passwd *pas;
340 340
341 /* 341 /*
342 * Obtain password entry and change privilages 342 * Obtain password entry and change privileges
343 */ 343 */
344 344
345 if ((pas = getpwnam(user)) == 0) { 345 if ((pas = getpwnam(user)) == 0) {