mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Correct grammatical error in crash information
Spotted by @natoscott
This commit is contained in:
2
CRT.c
2
CRT.c
@ -991,7 +991,7 @@ void CRT_handleSIGSEGV(int signal) {
|
||||
"- Your "PACKAGE" version ("PACKAGE" --version)\n"
|
||||
"- Your OS and kernel version (uname -a)\n"
|
||||
"- Your distribution and release (lsb_release -a)\n"
|
||||
"- Likely steps to reproduce (How did it happened?)\n"
|
||||
"- Likely steps to reproduce (How did it happen?)\n"
|
||||
);
|
||||
|
||||
#ifdef HAVE_EXECINFO_H
|
||||
|
Reference in New Issue
Block a user