summaryrefslogtreecommitdiff
path: root/vm_dump.c
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-13 04:23:30 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-13 04:23:30 +0000
commit5b9b8d9cfeac6b3cdcc1bfe0e2d803925aaf5c58 (patch)
treea673ee3008e1e3b6e1c6c2a08fe1950c0831f1ca /vm_dump.c
parent36a0e432f26cc3e52706c7be983a4c5f66844d29 (diff)
* vm_dump.c: fix misspelling of CrashReporter.
[Bug #4275] [ruby-dev:43021] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_dump.c b/vm_dump.c
index e27a64c563..e964979e19 100644
--- a/vm_dump.c
+++ b/vm_dump.c
@@ -781,8 +781,8 @@ rb_vm_bugreport(void)
#if defined __MACH__ && defined __APPLE__
fprintf(stderr, "-- See Crash Report log file under "
- "~/Library/Logs/CrashReport or -----------\n");
- fprintf(stderr, "-- /Library/Logs/CrashReport, for "
+ "~/Library/Logs/CrashReporter or -----------\n");
+ fprintf(stderr, "-- /Library/Logs/CrashReporter, for "
"the more detail of -----------------------\n");
#endif
#if HAVE_BACKTRACE || defined(_WIN32)