diff options
Diffstat (limited to 'plugins/popen.c')
-rw-r--r-- | plugins/popen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/popen.c b/plugins/popen.c index e41ae9ae..fb855d7b 100644 --- a/plugins/popen.c +++ b/plugins/popen.c @@ -264,7 +264,7 @@ static void err_doit (int, const char *, va_list); char *pname = NULL; /* caller can set this from argv[0] */ /* Fatal error related to a system call. - * Print a message and terminate. */ + * Print a message and die. */ void err_sys (const char *fmt, ...) |