[前][次][番号順一覧][スレッド一覧]

ruby-changes:32213

From: tmm1 <ko1@a...>
Date: Fri, 20 Dec 2013 08:18:19 +0900 (JST)
Subject: [ruby-changes:32213] tmm1:r44292 (trunk): vm_dump.c: improve wording of apple crashlog messages

tmm1	2013-12-20 08:18:14 +0900 (Fri, 20 Dec 2013)

  New Revision: 44292

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44292

  Log:
    vm_dump.c: improve wording of apple crashlog messages

  Modified files:
    trunk/vm_dump.c
Index: vm_dump.c
===================================================================
--- vm_dump.c	(revision 44291)
+++ vm_dump.c	(revision 44292)
@@ -725,7 +725,7 @@ rb_vm_bugreport(void) https://github.com/ruby/ruby/blob/trunk/vm_dump.c#L725
 	  "     * /Library/Logs/CrashReporter\n"
 	  "     * ~/Library/Logs/DiagnosticReports\n"
 	  "     * /Library/Logs/DiagnosticReports\n"
-	  "   the more detail of.\n"
+	  "   for more details.\n"
 	  "\n",
 	  stderr);
 #endif

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]