use lowercase for errors

This commit is contained in:
sin 2014-06-02 17:14:53 +01:00
parent af65094dbe
commit 3046b513fc
1 changed files with 1 additions and 1 deletions

2
su.c
View File

@ -67,7 +67,7 @@ main(int argc, char *argv[])
switch (spw->sp_pwdp[0]) {
case '!':
case '*':
eprintf("Denied\n");
eprintf("denied\n");
}
uid = getuid();