diff options
author | Garen Torikian <[email protected]> | 2021-02-06 14:05:37 +0000 |
---|---|---|
committer | Marc-André Lafortune <[email protected]> | 2021-02-06 13:02:17 -0500 |
commit | 34c422b678437b2556bbd246c6efc886864945c0 (patch) | |
tree | 0108c67e2ca7828204684aa06c5598abf8f1a0aa /error.c | |
parent | 7b354cf67ba95305b600cc8b3ba684923cdc5a98 (diff) |
Fix grammatical error
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4155
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |