2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Change some error/errorx -> fatal/fatalx in comments and xgettext

flags.
This commit is contained in:
Todd C. Miller
2013-04-26 16:06:05 -04:00
parent 08506b66ae
commit 368a6558ca
8 changed files with 19 additions and 19 deletions

View File

@@ -107,7 +107,7 @@ static int safe_close(int fd);
static void check_foreground(void);
/*
* Cleanup hook for error()/errorx()
* Cleanup hook for fatal()/fatalx()
*/
static void
pty_cleanup(void)