aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmm1 <tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-19 23:18:14 +0000
committertmm1 <tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-19 23:18:14 +0000
commit4ece8eea114894bb4cff89255535daa4cd570998 (patch)
tree7b9193e1e0699c3593e01a46e5bb2a5af43ccce6
parentd885666b20c7806d99e85a065b45660875783bb7 (diff)
downloadruby-4ece8eea114894bb4cff89255535daa4cd570998.tar.gz
vm_dump.c: improve wording of apple crashlog messages
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--vm_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_dump.c b/vm_dump.c
index 291d97accd..f691e5afea 100644
--- a/vm_dump.c
+++ b/vm_dump.c
@@ -725,7 +725,7 @@ rb_vm_bugreport(void)
" * /Library/Logs/CrashReporter\n"
" * ~/Library/Logs/DiagnosticReports\n"
" * /Library/Logs/DiagnosticReports\n"
- " the more detail of.\n"
+ " for more details.\n"
"\n",
stderr);
#endif