From 1acdc89e992eb3f0548ff48ba586b31c9a0ae232 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 27 Sep 2007 10:17:53 +0000 Subject: style and message text fixes --- miscutils/crontab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/crontab.c') diff --git a/miscutils/crontab.c b/miscutils/crontab.c index 69f2e3123..1b827d791 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c @@ -324,7 +324,7 @@ static int ChangeUser(const char *user, short dochdir) pas = getpwnam(user); if (pas == NULL) { - bb_perror_msg_and_die("failed to get uid for %s", user); + bb_perror_msg_and_die("cannot get uid for %s", user); } setenv("USER", pas->pw_name, 1); setenv("HOME", pas->pw_dir, 1); -- cgit v1.2.3