aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-30 17:20:28 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-30 17:20:28 +0000
commit6ec9331c2a8c9c76d1620df2e818451cbe4f1d87 (patch)
treeb6a9c23f7a4796e8d0edc4fc0aa6f0379d6e6d67 /common.mk
parent95aadb14267f6961df0d65fad51b61a0d30a65d8 (diff)
downloadruby-6ec9331c2a8c9c76d1620df2e818451cbe4f1d87.tar.gz
* common.mk (help): Fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 6b182bac4d..842a1c4ba9 100644
--- a/common.mk
+++ b/common.mk
@@ -1096,7 +1096,7 @@ help: PHONY
" 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" \