summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaren Torikian <gjtorikian@users.noreply.github.com>2021-02-06 14:05:37 +0000
committerMarc-André Lafortune <github@marc-andre.ca>2021-02-06 13:02:17 -0500
commit34c422b678437b2556bbd246c6efc886864945c0 (patch)
tree0108c67e2ca7828204684aa06c5598abf8f1a0aa
parent7b354cf67ba95305b600cc8b3ba684923cdc5a98 (diff)
Fix grammatical error
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4155
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
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"