From 34c422b678437b2556bbd246c6efc886864945c0 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Sat, 6 Feb 2021 14:05:37 +0000 Subject: [PATCH] Fix grammatical error --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.c b/error.c index d715ec1060..9da51a3a39 100644 --- a/error.c +++ b/error.c @@ -662,7 +662,7 @@ preface_dump(FILE *out) static const char msg[] = "" "-- Crash Report log information " "--------------------------------------------\n" - " See Crash Report log file under the one of following:\n" + " See Crash Report log file in one of the following locations:\n" # if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_6 " * ~/Library/Logs/CrashReporter\n" " * /Library/Logs/CrashReporter\n"