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

ruby-changes:19946

From: duerst <ko1@a...>
Date: Sat, 11 Jun 2011 15:37:35 +0900 (JST)
Subject: [ruby-changes:19946] duerst:r31993 (trunk): fixed a grammatical error

duerst	2011-06-11 15:37:25 +0900 (Sat, 11 Jun 2011)

  New Revision: 31993

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

  Log:
    fixed a grammatical error

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31992)
+++ ChangeLog	(revision 31993)
@@ -1,3 +1,6 @@
+Sat Jun 11 15:36:36 2011  Martin Duerst  <duerst@i...>
+	* common.mk: fixed a grammatical error
+
 Sat Jun 11 14:20:16 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* vm.c (thread_memsize): don't ignore size of th->local_storage.
Index: common.mk
===================================================================
--- common.mk	(revision 31992)
+++ common.mk	(revision 31993)
@@ -909,7 +909,7 @@
 	$(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
 
 love: up all test install test-all
-	@echo love is the all you need
+	@echo love is all you need
 
 help: PHONY
 	$(MESSAGE_BEGIN) \

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

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