diff options
Diffstat (limited to 'miscutils/crontab.c')
-rw-r--r-- | miscutils/crontab.c | 2 |
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) struct passwd *pas; /* - * Obtain password entry and change privilages + * Obtain password entry and change privileges */ if ((pas = getpwnam(user)) == 0) { |