summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-22 21:06:23 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-22 21:06:23 +0000
commitb32f79e0db67f12d3f11ba76a304034f409e7422 (patch)
tree4f884df018bfc6195cf99f3e788e1fe7a45c82b5 /README
parent0212af1733d6e246e2d1b91e62e0d5e637c2e0f9 (diff)
* common.mk: add "check succeeded" message.
* README, README.ja: follow above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index f91ffdd2fb..5b6f1a710d 100644
--- a/README
+++ b/README
@@ -84,7 +84,7 @@ This is what you need to do to compile and install Ruby:
5. Run make.
6. Optionally, run 'make check' to check whether the compiled Ruby
- interpreter works well. If you see the message "test succeeded",
+ interpreter works well. If you see the message "check succeeded",
your ruby works as it should (hopefully).
7. Run 'make install'