Correct grammatical error in crash information

Spotted by @natoscott
This commit is contained in:
Christian Göttsche 2021-08-10 17:00:32 +02:00
parent a8b8f5f836
commit 671282d309
1 changed files with 1 additions and 1 deletions

2
CRT.c
View File

@ -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