mirror of https://github.com/xzeldon/htop.git
Correct grammatical error in crash information
Spotted by @natoscott
This commit is contained in:
parent
a8b8f5f836
commit
671282d309
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
|
||||
|
|
Loading…
Reference in New Issue