ruby-changes:40113
From: kazu <ko1@a...>
Date: Tue, 20 Oct 2015 00:55:21 +0900 (JST)
Subject: [ruby-changes:40113] kazu:r52194 (trunk): fix typos [ci skip]
kazu 2015-10-20 00:55:01 +0900 (Tue, 20 Oct 2015) New Revision: 52194 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52194 Log: fix typos [ci skip] Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 52193) +++ common.mk (revision 52194) @@ -895,8 +895,8 @@ COMPARE_RUBY = $(BASERUBY) https://github.com/ruby/ruby/blob/trunk/common.mk#L895 ITEM = OPTS = -# You can pass several options through OPTS environmanent variable. -# $ make benchmark OPTS="--help" displays more dtail. +# You can pass several options through OPTS environment variable. +# $ make benchmark OPTS="--help" displays more detail. # for example, # $ make benchmark COMPARE_RUBY="ruby-trunk" OPTS="-e ruby-2.2.2" # This command compares trunk and built-ruby and 2.2.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/