ruby-changes:41316
From: eregon <ko1@a...>
Date: Thu, 31 Dec 2015 02:20:51 +0900 (JST)
Subject: [ruby-changes:41316] eregon:r53388 (trunk): * common.mk (help): Fix typo.
eregon 2015-12-31 02:20:28 +0900 (Thu, 31 Dec 2015) New Revision: 53388 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53388 Log: * common.mk (help): Fix typo. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 53387) +++ ChangeLog (revision 53388) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Dec 31 02:20:00 2015 Benoit Daloze <eregontp@g...> + + * common.mk (help): Fix typo. + Wed Dec 30 20:53:09 2015 SHIBATA Hiroshi <hsbt@r...> * lib/net/http/responses.rb: Added new response class for 451 status code. Index: common.mk =================================================================== --- common.mk (revision 53387) +++ common.mk (revision 53388) @@ -1096,7 +1096,7 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1096 " gcbench-rdoc: gc benchmark with GCBENCH_ITEM=rdoc" \ " install: install all ruby distributions" \ " install-nodoc: install without rdoc" \ - " install-cross: install cross compiling staff" \ + " install-cross: install cross compiling stuff" \ " clean: clean for tarball" \ " distclean: clean for repository" \ " change: make change log template" \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/