summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-10 17:00:32 +0200
committerChristian Göttsche <cgzones@googlemail.com>2021-08-10 17:09:04 +0200
commit671282d309e04a998ebf4df9d401b94790466e78 (patch)
tree9618520aae20a93367f1014c60f68b35aceae7fd /CRT.c
parenta8b8f5f836af916ab3fc3133c6b7249731963496 (diff)
Correct grammatical error in crash information
Spotted by @natoscott
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CRT.c b/CRT.c
index 4bd409c1..6a87882e 100644
--- a/CRT.c
+++ b/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

© 2014-2024 Faster IT GmbH | imprint | privacy policy