aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-14 17:51:38 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-14 17:51:38 +0000
commitaff114c33d2b8879233fa513e6d760d0ef99b632 (patch)
tree101230a8bd16a03319acc4b9b5fb33c33fb58672 /miscutils/crond.c
parent4c8b0dd97385b820e28bb8cb2d08ef3bd194a16a (diff)
downloadbusybox-w32-aff114c33d2b8879233fa513e6d760d0ef99b632.tar.gz
busybox-w32-aff114c33d2b8879233fa513e6d760d0ef99b632.tar.bz2
busybox-w32-aff114c33d2b8879233fa513e6d760d0ef99b632.zip
Larry Doolittle writes:
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r--miscutils/crond.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c
index e32bac67a..085cf6e9d 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -310,7 +310,7 @@ static int ChangeUser(const char *user)
310 const char *err_msg; 310 const char *err_msg;
311 311
312 /* 312 /*
313 * Obtain password entry and change privilages 313 * Obtain password entry and change privileges
314 */ 314 */
315 pas = getpwnam(user); 315 pas = getpwnam(user);
316 if (pas == 0) { 316 if (pas == 0) {
@@ -1020,7 +1020,7 @@ static void EndJob(const char *user, CronLine * line)
1020 ForkJob(user, line, mailFd, SENDMAIL, SENDMAIL_ARGS, NULL); 1020 ForkJob(user, line, mailFd, SENDMAIL, SENDMAIL_ARGS, NULL);
1021} 1021}
1022#else 1022#else
1023/* crond whithout sendmail */ 1023/* crond without sendmail */
1024 1024
1025static void RunJob(const char *user, CronLine * line) 1025static void RunJob(const char *user, CronLine * line)
1026{ 1026{