From 671282d309e04a998ebf4df9d401b94790466e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 10 Aug 2021 17:00:32 +0200 Subject: Correct grammatical error in crash information Spotted by @natoscott --- CRT.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CRT.c') 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 -- cgit v1.2.3