summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-05 15:10:41 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-05 15:10:41 +0000
commit7b7243e5a9242ef22780f1f92090b420c70f4bd3 (patch)
tree638fe27630acb7a05c2e437c7e18111a4c903af2 /spec
parent80aee7903d5caf22b219bb3dcd42cfc71fb65e9e (diff)
Modify spell miss.
Runing -> Running Author: TomoyukiNakagawa <nakagawa.tomoyuki@gmail.com> [Fix GH-1741] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/README.md b/spec/README.md
index 830279afc8..23fc7507c3 100644
--- a/spec/README.md
+++ b/spec/README.md
@@ -30,7 +30,7 @@ In other words: If adding a spec might reveal a bug in
another implementation, then it is worth adding it.
Currently, the only module which is MRI-specific is `RubyVM`.
-## Runing ruby/spec
+## Running ruby/spec
To run all specs:
```bash